import other kontor repos into directories
This commit is contained in:
committed by
Thomas Peetz
parent
28746adfbb
commit
b424e95e05
@@ -0,0 +1,34 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Kontor</title>
|
||||
<link rel="stylesheet" href="/css/kontor.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>Kontor</header>
|
||||
<nav><ul>
|
||||
<li><a href="/">Kontor</a></li>
|
||||
<li><a href="/comics">Comics</a></li>
|
||||
<ul>
|
||||
<li><a href="/comics/artist">Artists</a></li>
|
||||
<li><a href="/comics/publisher">Publishers</a></li>
|
||||
</ul>
|
||||
<li><a href="/library">Bücher</a></li>
|
||||
<li><a href="/medien">Medien</a></li>
|
||||
<li><a href="/tradingcards">Trading Cards</a></li>
|
||||
</ul></nav>
|
||||
<main role="main">
|
||||
<details>
|
||||
</details>
|
||||
</main>
|
||||
<footer>
|
||||
%if (username == None):
|
||||
<a href="/login">Login</a>
|
||||
%end
|
||||
%if (username != None):
|
||||
<a href="/logout">{{username}}</a>
|
||||
%end
|
||||
<p>Ingenieurbüro Thomas Peetz</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user