forked from bton/matekasse
base.html
This commit is contained in:
parent
45d448dad9
commit
e02a943ff0
2 changed files with 9 additions and 0 deletions
8
templates/base.html
Normal file
8
templates/base.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue