14 lines
344 B
HTML
14 lines
344 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>
|
|
<nyano-blog unresolved></nyano-blog>
|
|
<script type="module" src="js/app.js"></script>
|
|
</body>
|
|
</html>
|