kinklist/gear/index.html

31 lines
933 B
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>Gearlist</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<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-15 21:21:23 +01:00
<link
rel="stylesheet"
href="/gear/gear.css"
type="text/css"
media="screen"
/>
<script type="module" src="/global/loadin.mjs"></script>
<script type="module" src="/gear/page.mjs"></script>
<script type="module" src="/gear/gear.mjs"></script>
2025-12-14 19:31:52 +01:00
</head>
<body>
<header id="hd-box"></header>
2025-12-15 19:16:32 +01:00
<article id="main"></article>
2025-12-14 19:31:52 +01:00
</body>
</html>