24 lines
776 B
HTML
24 lines
776 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<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">
|
|
{
|
|
"about_url": "https://nyanoblog.org",
|
|
"max_note_chars": 500,
|
|
"source_url": "https://git.bsd.gay/nyanogang/nyanoblog",
|
|
"version": "0.1.0"
|
|
}
|
|
</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>
|