better examples

This commit is contained in:
Matteo Manzinello
2020-07-24 11:50:45 +02:00
parent 2a7561b17c
commit ef830ade9c
5 changed files with 17 additions and 214 deletions

View File

@@ -40,9 +40,17 @@
>matteo@manzinello.dev</a
>
<br />
<br />
<h3>Dark mode</h3>
<a class="dark" href="mailto:matteo@manzinello.dev"
>matteo@manzinello.dev dark mode</a
>
<br />
<a
class="dark"
href="mailto:matteo@manzinello.dev?cc=matteomanzinello@gmail.com&bcc=test"
>matteo@manzinello.dev dark mode</a
>
<h1>tel:</h1>
<a href="#mailgo" data-tel="123456568" data-telegram="telegram">chiamami</a>
@@ -51,8 +59,17 @@
<br />
<a href="callto:+39 123-456-78">callto</a>
<br />
<br />
<h3>Dark mode</h3>
<a class="dark" href="callto:+39 123-456-78">callto dark mode</a>
<br />
<a class="dark" href="#mailgo" data-tel="123456568" data-telegram="telegram"
>chiamami dark mode</a
>
<script src="../dist/mailgo.min.js"></script>
</body>
</html>