add: simple css and navbar
This commit is contained in:
@@ -1,17 +1,18 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>wiki.tipsy.codes</title>
|
<title>wiki.tipsy.codes</title>
|
||||||
|
<link
|
||||||
|
rel="stylesheet"
|
||||||
|
href="https://cdn.simplecss.org/simple.min.css"
|
||||||
|
/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
<nav>
|
<nav>
|
||||||
<ol>
|
<a href="/README.md">README</a>
|
||||||
<li><a href="/README.md">README</a></li>
|
<a href="/thoughts.md">Thoughts</a>
|
||||||
<li><a href="/thoughts.md">Thoughts</a></li>
|
|
||||||
</ol>
|
|
||||||
</nav>
|
</nav>
|
||||||
<div class="content">
|
</header>
|
||||||
{% block body %}
|
<div class="content">{% block body %} {% endblock %}</div>
|
||||||
{% endblock %}
|
|
||||||
</div>
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user