kinklist/index.html

48 lines
1.9 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">
<p>
Welcome to my personal kink and gear list webpage! Keep in mind that any
gear listed may or may not be available at any given time (in
particular, clothes may be dirty or consumable items like tape or
diapers may be out of stock).
</p>
<p>
Also, if you would like to use this site temeplate for yourself, please
go to
<a href="https://git.aprileaton.net/nekoapril.blog/kinklist"
>the git repository to fork it</a
>, as well as editing the <code>/gear/gear.json</code> and
<code>/kinks/kinks.json</code> to reflect your own kink and gear lists.
</p>
</article>
</body>
</html>