kinklist/index.html

33 lines
1.2 KiB
HTML
Raw Normal View History

2025-12-14 19:31:52 +01:00
<!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" />
2025-12-14 21:28:50 +01:00
<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" />
2025-12-14 19:31:52 +01:00
2025-12-14 21:28:50 +01:00
<script type="text/javascript" src="/global/loadin.js"></script>
<script type="text/javascript" src="/index.js"></script>
2025-12-14 19:31:52 +01:00
<!-- Place favicon.ico in the root directory -->
</head>
2025-12-14 21:28:50 +01:00
<body onload="loadDependencies()">
2025-12-14 19:31:52 +01:00
<!--[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]-->
2025-12-14 21:28:50 +01:00
<header id="hd-box"></header>
2025-12-14 19:31:52 +01:00
Look ma, I'm horny!
</body>
</html>