nyanoblog/public/index.html

21 lines
613 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<base href="/">
<title>nyanoblog</title>
</head>
<body>
<script id="nyano-config" type="application/json">
{
"maxNoteChars": 500
}
</script>
<nyano-blog unresolved></nyano-blog>
<link rel="stylesheet" type="text/css" href="font/source-sans/source-sans-3.css">
<link rel="stylesheet" type="text/css" href="/theme.css">
<script type="module" src="js/app.js"></script>
</body>
</html>