nyanoblog/public/index.html

25 lines
776 B
HTML
Raw Permalink Normal View History

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">
{
2022-12-14 05:17:07 +01:00
"about_url": "https://nyanoblog.org",
"max_note_chars": 500,
"source_url": "https://git.bsd.gay/nyanogang/nyanoblog",
"version": "0.1.0"
2022-12-13 21:12:52 +01:00
}
</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>