mirror of
https://github.com/cupcakearmy/nicco.io.git
synced 2024-12-22 08:06:29 +00:00
ionicons
This commit is contained in:
parent
a4abead273
commit
7a08cb86ce
@ -2,7 +2,10 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1.0,viewport-fit=cover" />
|
<meta
|
||||||
|
name="viewport"
|
||||||
|
content="width=device-width,initial-scale=1.0,viewport-fit=cover"
|
||||||
|
/>
|
||||||
<meta name="theme-color" content="#333333" />
|
<meta name="theme-color" content="#333333" />
|
||||||
|
|
||||||
%sapper.base%
|
%sapper.base%
|
||||||
@ -18,9 +21,6 @@
|
|||||||
<!-- This contains the contents of the <svelte:head> component, if
|
<!-- This contains the contents of the <svelte:head> component, if
|
||||||
the current page has one -->
|
the current page has one -->
|
||||||
%sapper.head%
|
%sapper.head%
|
||||||
|
|
||||||
<script defer type="module" src="https://unpkg.com/ionicons@5.2.3/dist/ionicons/ionicons.esm.js"></script>
|
|
||||||
<script defer nomodule="" src="https://unpkg.com/ionicons@5.2.3/dist/ionicons/ionicons.js"></script>
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- The application will be rendered inside this element,
|
<!-- The application will be rendered inside this element,
|
||||||
@ -38,5 +38,13 @@
|
|||||||
data-ackee-server="https://stats.nicco.io"
|
data-ackee-server="https://stats.nicco.io"
|
||||||
data-ackee-domain-id="f800b5af-b80b-4089-94b2-7b5c96a8f308"
|
data-ackee-domain-id="f800b5af-b80b-4089-94b2-7b5c96a8f308"
|
||||||
></script>
|
></script>
|
||||||
|
<script
|
||||||
|
type="module"
|
||||||
|
src="https://unpkg.com/ionicons@5.4.0/dist/ionicons/ionicons.esm.js"
|
||||||
|
></script>
|
||||||
|
<script
|
||||||
|
nomodule=""
|
||||||
|
src="https://unpkg.com/ionicons@5.4.0/dist/ionicons/ionicons.js"
|
||||||
|
></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user