soyuz-web/templates/index.spy

11 lines
360 B
Plaintext
Raw Normal View History

2023-01-04 11:17:41 +11:00
<< 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>
2023-01-04 11:17:41 +11:00
</body>
</html>