Header
This commit is contained in:
parent
c2804d1329
commit
32ee2de008
5 changed files with 81 additions and 2 deletions
13
index.html
13
index.html
|
|
@ -6,11 +6,19 @@
|
|||
<title>Kinklist</title>
|
||||
<meta name="description" content="Personal kinklist and gearlist" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link
|
||||
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Truculenta:opsz,wght@12..72,100..900&display=swap"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
<link href="/global/global.css" rel="stylesheet" />
|
||||
|
||||
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
|
||||
<script type="text/javascript" src="/global/loadin.js"></script>
|
||||
<script type="text/javascript" src="/index.js"></script>
|
||||
<!-- Place favicon.ico in the root directory -->
|
||||
</head>
|
||||
<body>
|
||||
<body onload="loadDependencies()">
|
||||
<!--[if lt IE 8]>
|
||||
<p class="browserupgrade">
|
||||
You are using an <strong>outdated</strong> browser. Please
|
||||
|
|
@ -18,6 +26,7 @@
|
|||
your experience.
|
||||
</p>
|
||||
<![endif]-->
|
||||
<header id="hd-box"></header>
|
||||
Look ma, I'm horny!
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue