2022-12-01 01:07:28 +01:00
|
|
|
<!doctype html>
|
2022-12-14 01:02:24 +01:00
|
|
|
<html lang="en">
|
2022-12-01 01:07:28 +01:00
|
|
|
<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>
|
2022-12-13 21:12:52 +01:00
|
|
|
<script id="nyano-config" type="application/json">
|
|
|
|
{
|
|
|
|
"maxNoteChars": 500
|
|
|
|
}
|
|
|
|
</script>
|
2022-12-01 01:07:28 +01:00
|
|
|
<nyano-blog unresolved></nyano-blog>
|
2022-12-12 23:56:45 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="font/source-sans/source-sans-3.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/theme.css">
|
2022-12-01 01:07:28 +01:00
|
|
|
<script type="module" src="js/app.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|