update index.html
This commit is contained in:
parent
e421f13d7f
commit
c0ffba648e
|
|
@ -3,20 +3,22 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{{ page.title }}</title>
|
<title>{{ page.title }}</title>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<link rel="icon" type="image/png" href="images/favicon.png">
|
<link rel="icon" type="image/png" href="assets/images/favicon.png">
|
||||||
<link rel="stylesheet" href="css/style.css">
|
<link rel="stylesheet" href="css/style.css">
|
||||||
</head>
|
</head>
|
||||||
<header>
|
<header>
|
||||||
<a href="https://tilde.club/~satori">
|
<a href="https://tilde.club/~satori" id="banner">
|
||||||
<img id="banner" src="images/banner.webp" style="width: 45%" title="Art by voyagehermitage">
|
<img src="assets/images/banner.png" title="Art by voyagehermitage" style="image-rendering: pixelated; width: 460px;">
|
||||||
</a>
|
</a>
|
||||||
</header>
|
</header>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="devlog.html">Devlog</a>
|
<a href="links.html">Links</a>
|
||||||
<a href="talkbox.html">Talkbox</a>
|
<a href="talkbox.html">Talkbox</a>
|
||||||
<a href="contact.html">Contact</a>
|
<a href="contact.html">Contact</a>
|
||||||
|
<a href="devlog.html">Devlog</a>
|
||||||
</nav>
|
</nav>
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue