kinklist/gear/index.html
April Eaton 0abf209616 Better devex
Using ES6 modueles and adding a JS LSP to `flake.nix`
2025-12-15 18:27:19 +01:00

25 lines
850 B
HTML

<!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" />
<script type="module" src="/global/loadin.mjs"></script>
<script type="module" src="/gear/page.mjs"></script>
<script type="module" src="/gear/gear.mjs"></script>
</head>
<body>
<header id="hd-box"></header>
This will be my gear
<article id="gl-body"></article>
</body>
</html>