1
0
Fork 0
forked from anton/matekasse
matekasse/templates/base.html

8 lines
194 B
HTML
Raw Normal View History

2023-06-23 21:12:13 +00:00
<!DOCTYPE html>
<html lang="en">
<body>
<nav>
<p><a href="/list">user and tag list</a> | <a href="/documentation">Documentation</a></p>
</nav>
</body>
</html>