32 lines
1.2 KiB
HTML
32 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
|
<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" />
|
|
|
|
<script type="module" src="/global/loadin.mjs"></script>
|
|
<script type="module" src="/index.mjs"></script>
|
|
<!-- Place favicon.ico in the root directory -->
|
|
</head>
|
|
<body>
|
|
<!--[if lt IE 8]>
|
|
<p class="browserupgrade">
|
|
You are using an <strong>outdated</strong> browser. Please
|
|
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
|
|
your experience.
|
|
</p>
|
|
<![endif]-->
|
|
<header id="hd-box"></header>
|
|
<article id="main">Look ma, I'm horny!</article>
|
|
</body>
|
|
</html>
|