33 lines
No EOL
1.2 KiB
HTML
33 lines
No EOL
1.2 KiB
HTML
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title> <!-- set automatically, see soupault.conf --> </title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="/css/fonts.css">
|
|
<link rel="stylesheet" href="/css/layout.css">
|
|
<link rel="stylesheet" href="/css/looks.css">
|
|
<link rel="stylesheet" href="/css/inverted_colors.css">
|
|
<link rel="stylesheet" href="/css/code.css">
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png">
|
|
<script>
|
|
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
|
|
document.documentElement.className = class_;
|
|
// document.documentElement.className += ' invert'; // 'invert' to swap colors
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<main class="container">
|
|
</main>
|
|
<!-- <footer class="invert">
|
|
<span class="container"
|
|
style="display: block; padding-top: 1rem; padding-bottom: 1rem; display: flex; justify-content: space-between">
|
|
<span><a href="/" class="er-color">take
|
|
me home</a></span><span style="text-align: right; flex: 1">Alexander Lucas — <a
|
|
href="mailto:iam@acl.cool" class="er-color">iam@acl.cool</a></span>
|
|
</span>
|
|
</footer> -->
|
|
</body>
|
|
|
|
</html> |