:: rewrite ::
This commit is contained in:
parent
e30a136cc2
commit
775cbae281
23 changed files with 724 additions and 326 deletions
22
templates/base.html.tera
Normal file
22
templates/base.html.tera
Normal file
|
@ -0,0 +1,22 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>{% block title %}{% endblock title %} - iwakura.rip</title>
|
||||
<link rel="stylesheet" href="/assets/css/global.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<h1 style="font-size: 50px;text-align:center;margin:0;">iwakura.rip</h1><br>
|
||||
|
||||
<div id="link-container">
|
||||
<a href="/">home</a>
|
||||
<a href="/services">services</a>
|
||||
<a href="/guestbook">guestbook</a>
|
||||
<a href="/members">members</a>
|
||||
<a href="/abuse">report abuse</a>
|
||||
</div>
|
||||
<hr>
|
||||
<div id="content">{% block content %}{% endblock content %}</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue