mirror of
https://github.com/GamingShitposting/TomoStash.git
synced 2025-07-17 22:35:56 +02:00
10 lines
272 B
HTML
10 lines
272 B
HTML
<header class="header">
|
|
<div class="container">
|
|
<h1 class="logo">
|
|
<a title="Home" href="{{ site.baseurl | append: '/' }}">{{ site.name }}</a>
|
|
</h1>
|
|
<div style="float: right;">
|
|
<a href="{{ site.baseurl | append: '/info/' }}">Info</a>
|
|
</div>
|
|
</div>
|
|
</header> |