soyuz-web/templates/index.spy
2023-03-12 15:02:39 +11:00

11 lines
360 B
Plaintext

<< partials/head >>
<body class="{{ disabled }}">
<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>