mirror of
https://github.com/cupcakearmy/old.nicco.io.git
synced 2025-09-06 02:30:46 +00:00
37 lines
1.5 KiB
HTML
Executable File
37 lines
1.5 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<title>cupcakearmy 👋</title>
|
|
<meta charset="utf-8">
|
|
<meta content="width=device-width, initial-scale=1" name="viewport">
|
|
<meta name="Description" content="Author: cupcakearmy, Design: cupcakearmy">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="./Assets/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="./Assets/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="./Assets/favicon-16x16.png">
|
|
<link rel="manifest" href="./Assets/site.webmanifest">
|
|
<link rel="mask-icon" href="./Assets/safari-pinned-tab.svg" color="#16b4e9">
|
|
<meta name="apple-mobile-web-app-title" content="nicco.io">
|
|
<meta name="application-name" content="nicco.io">
|
|
<meta name="theme-color" content="#16b4e9">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script src="./index.tsx"></script>
|
|
<script type="text/javascript">
|
|
var _paq = window._paq || [];
|
|
_paq.push(['trackPageView']);
|
|
_paq.push(['enableLinkTracking']);
|
|
(function () {
|
|
var u = "//stats.nicco.io/";
|
|
_paq.push(['setTrackerUrl', u + 'p_unicorns']);
|
|
_paq.push(['setSiteId', '1']);
|
|
var d = document, g = d.createElement('script'), s = d.getElementsByTagName('script')[0];
|
|
g.type = 'text/javascript'; g.async = true; g.defer = true; g.src = u + 'j_unicorns'; s.parentNode.insertBefore(g, s);
|
|
})();
|
|
</script>
|
|
</body>
|
|
|
|
</html> |