1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest-site.git synced 2025-06-16 07:06:51 +00:00

ionic import in wrong place

This commit is contained in:
Anson 2020-04-07 15:01:47 -07:00
parent 853b49eb1d
commit 28dc720543

View File

@ -4,7 +4,6 @@
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="https://andybrewer.github.io/mvp/mvp.css" />
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
<meta charset="utf-8" />
<meta name="description" content="My description" />
@ -190,5 +189,6 @@
});
}
</script>
<script src="https://unpkg.com/ionicons@5.0.0/dist/ionicons.js"></script>
</body>
</html>