diff options
Diffstat (limited to 'views/tools.html')
| -rw-r--r-- | views/tools.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/views/tools.html b/views/tools.html index 2148efc..ee0f699 100644 --- a/views/tools.html +++ b/views/tools.html @@ -1,11 +1,18 @@ {% extends "snippets/layout.html" %} {% block title "tools | maximilianmoehring.com" %} + +{% block css %} +{% endblock %} {% block main %} <div class="container"> - <h1>Some funny, simple tools</h1> + <div class="flavor-text"> + <h1>Some funny, simple tools</h1> + <em>Stupi.. serious things I needed to exist</em> + </div> + <ul> <li> <a href="https://faces.iamfabulous.de" title="Best faces on the net" rel="nofollow">Best faces on the net</a> |
