soyuz-web/templates/index.spy
Hugh Rundle 8e1a73743b UI improvements
Makes the default font bigger and sans-serif.
Homepage gets a heading so you know what you're using.
2023-03-12 18:00:15 +11:00

14 lines
410 B
Plaintext

<< partials/head >>
<body class="{{ disabled }}">
<header>
<h1>Soyuz</h1>
</header>
<menu class="home-menu">
<a class="home-button" href="/new">{{ writeNew }}</a><br/>
<a class="home-button" href="/edit">Edit previous</a><br/>
<a class="home-button" href="/settings">Settings</a><br/>
<a class="home-button" href="/help">Help</a>
</menu>
</body>
</html>