initial
This commit is contained in:
18
templates/base.html
Normal file
18
templates/base.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset = "UTF-8">
|
||||
<title>{% block title %}gupland{% endblock %}</title>
|
||||
<link rel="stylesheet" href="/bundle.css">
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<div class="container">
|
||||
<a href="https://git.gupland.xyz">git</a>
|
||||
<a href="https://wiki.gupland.xyz">wiki</a>
|
||||
</div>
|
||||
</nav>
|
||||
{% block content %}{% endblock %}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user