Merge commit '99fab9c6b6' into frogend-restructure

This commit is contained in:
f0x 2022-06-08 02:46:23 +02:00
commit 34ce7127a2
2 changed files with 12 additions and 9 deletions

View file

@ -70,6 +70,7 @@ header {
h1 {
align-self: center;
color: $fg;
}
}
}

View file

@ -18,12 +18,14 @@
</head>
<body>
<div class="page">
<header>
<img src="/assets/logo.png" alt="Instance Logo"/>
<div>
<h1>
{{.instance.Title}}
</h1>
</div>
<div></div>
</header>
<a href="/" class="nounderline">
<header>
<img src="/assets/logo.png" alt="Instance Logo"/>
<div>
<h1>
{{.instance.Title}}
</h1>
</div>
<div></div>
</header>
</a>