34 lines
896 B
HTML
34 lines
896 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" />
|
|
|
|
<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:wght@300;400;500&display=swap" rel="stylesheet">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/css/main.css">
|
|
<link rel="stylesheet" type="text/css" href="/css/materialdesignicons.min.css">
|
|
|
|
<script type="importmap">
|
|
{
|
|
"imports": {
|
|
"yaml": "/js/yaml/index.js"
|
|
}
|
|
}
|
|
</script>
|
|
<script type="module" src="js/app.mjs"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<div id="page-label"></div>
|
|
<div id="pages"></div>
|
|
<div class="spacer"></div>
|
|
<div id="theme"></div>
|
|
</header>
|
|
<div id="sections"></div>
|
|
<footer></footer>
|
|
</body>
|
|
</html>
|