examples
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							@@ -1,4 +1,3 @@
 | 
			
		||||
node_modules
 | 
			
		||||
index.html
 | 
			
		||||
.DS_Store
 | 
			
		||||
.cache
 | 
			
		||||
@@ -12,4 +12,5 @@ wdio.conf.js
 | 
			
		||||
.github/FUNDING.yml
 | 
			
		||||
.flowconfig
 | 
			
		||||
babel.config.js
 | 
			
		||||
webpack
 | 
			
		||||
webpack
 | 
			
		||||
examples
 | 
			
		||||
							
								
								
									
										52
									
								
								examples/index.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										52
									
								
								examples/index.html
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,52 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html lang="it">
 | 
			
		||||
  <head>
 | 
			
		||||
    <meta charset="UTF-8" />
 | 
			
		||||
    <title>title</title>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <h1>mailto:</h1>
 | 
			
		||||
 | 
			
		||||
    <a href="mailto:matteo@manzinello.dev">matteo@manzinello.dev</a>
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="mailto:matteo@manzinello.dev?cc=matteomanzinello@gmail.com"
 | 
			
		||||
      ><p>matteo@manzinello.dev</p></a
 | 
			
		||||
    >
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="mailto:matteo@manzinello.dev,matteomanzinello@gmail.com?cc=ciao"
 | 
			
		||||
      >matteo@manzinello.dev</a
 | 
			
		||||
    >
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="mailto:matteo@manzinello.dev?subject=ciao">ciao</a>
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="" class="mailgo" data-address="matteo" data-domain="manzinello.dev"
 | 
			
		||||
      >scrivimi!</a
 | 
			
		||||
    >
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="#mailgo" data-address="matteo" data-domain="manzinello.dev"
 | 
			
		||||
      >scrivimi!</a
 | 
			
		||||
    >
 | 
			
		||||
 | 
			
		||||
    <a
 | 
			
		||||
      href="#mailgo"
 | 
			
		||||
      data-address="matteo"
 | 
			
		||||
      data-domain="manzinello.dev"
 | 
			
		||||
      data-cc="matteomanzinello@gmail.com,m@m.it"
 | 
			
		||||
      >more cc</a
 | 
			
		||||
    >
 | 
			
		||||
    <br />
 | 
			
		||||
    <a
 | 
			
		||||
      href="mailto:matteo@manzinello.dev?cc=matteomanzinello@gmail.com&bcc=test"
 | 
			
		||||
      >matteo@manzinello.dev</a
 | 
			
		||||
    >
 | 
			
		||||
 | 
			
		||||
    <h1>tel:</h1>
 | 
			
		||||
    <a href="#mailgo" data-tel="123456568" data-telegram="telegram">chiamami</a>
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="tel:+39 123-456-78">skype</a>
 | 
			
		||||
    <br />
 | 
			
		||||
    <a href="callto:+39 123-456-78">callto</a>
 | 
			
		||||
 | 
			
		||||
    <script src="../dist/mailgo.min.js"></script>
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user