24 lines
No EOL
876 B
HTML
24 lines
No EOL
876 B
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/code.css">
|
|
<link rel="icon" type="image/png" href="/assets/favicon.png">
|
|
<!-- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.22/dist/katex.min.css" integrity="sha384-5TcZemv2l/9On385z///+d7MSYlvIEw9FuZTIdZ14vJLqWphw7e7ZPuOiCHJcFCP" crossorigin="anonymous"> -->
|
|
<script>
|
|
const class_ = `font-${window.devicePixelRatio >= 1.3 ? 'hidpi' : 'lodpi'}`;
|
|
document.documentElement.className = class_;
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<main class="container">
|
|
</main>
|
|
</body>
|
|
|
|
</html> |