Update index.html
This commit is contained in:
parent
a1532826e9
commit
65ed5d519f
|
@ -26,6 +26,8 @@
|
||||||
<meta name="twitter:description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.">
|
<meta name="twitter:description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.">
|
||||||
<meta name="og:description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.">
|
<meta name="og:description" content="Instantly share images, videos, PDFs, and links with people nearby. Peer2Peer and Open Source. No Setup, No Signup.">
|
||||||
<!-- Icons -->
|
<!-- Icons -->
|
||||||
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css">
|
||||||
|
|
||||||
<link rel="icon" sizes="96x96" href="images/favicon-96x96.png">
|
<link rel="icon" sizes="96x96" href="images/favicon-96x96.png">
|
||||||
<link rel="shortcut icon" href="images/favicon-96x96.png">
|
<link rel="shortcut icon" href="images/favicon-96x96.png">
|
||||||
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
||||||
|
@ -708,6 +710,9 @@
|
||||||
<x-background></x-background>
|
<x-background></x-background>
|
||||||
</x-about>
|
</x-about>
|
||||||
<canvas class="circles opacity-0"></canvas>
|
<canvas class="circles opacity-0"></canvas>
|
||||||
|
<!-- Ícone do Android do FontAwesome -->
|
||||||
|
<i class="fa-brands fa-android android-icon"></i>
|
||||||
|
|
||||||
<!-- SVG Icon Library -->
|
<!-- SVG Icon Library -->
|
||||||
<svg style="display: none;">
|
<svg style="display: none;">
|
||||||
<symbol id="wifi-tethering" viewBox="0 0 24 24">
|
<symbol id="wifi-tethering" viewBox="0 0 24 24">
|
||||||
|
|
Loading…
Reference in New Issue