summaryrefslogtreecommitdiff
path: root/views/tools.html
diff options
context:
space:
mode:
authorhorus2021-02-24 15:09:40 +0100
committerhorus2021-02-24 15:09:40 +0100
commite4149f7c536199575a1e6b2b8b54eec1c3c1160c (patch)
tree6d2bb6cb165d0f2cbcfc306378e6141d77cef80c /views/tools.html
downloadmoehring-e4149f7c536199575a1e6b2b8b54eec1c3c1160c.tar.gz
initial commit
Diffstat (limited to 'views/tools.html')
-rw-r--r--views/tools.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/views/tools.html b/views/tools.html
new file mode 100644
index 0000000..887d683
--- /dev/null
+++ b/views/tools.html
@@ -0,0 +1,35 @@
+{% extends "snippets/layout.html" %}
+
+{% block title "tools | iamfabulous.de" %}
+{% block main %}
+
+<div class="container">
+
+ <h1>Some funny, simple tools</h1>
+ <ul>
+ <li>
+ <a href="https://faces.iamfabulous.de" title="Best faces on the net">Best faces on the net</a>
+ </li>
+ <li>
+ <a href="https://untrack.iamfabulous.de" title="Entfernt Tracking Parameter aus der URL">untrack - Entfernt Tracking Parameter aus der URL</a>
+ </li>
+ <li>
+ <a href="https://pizza.iamfabulous.de" title="Pizzarechner">Pizzarechner</a>
+ </li>
+ <li>
+ <a href="https://zeitumstellung.iamfabulous.de" title="Zeitumstellung">Zeitumstellung - Als iCal-Feed für deinen Kalender</a>
+ </li>
+ <li>
+ <a href="https://bpm.iamfabulous.de" title="BPM / Tanz">BPM / Tanz</a>
+ </li>
+ <li>
+ <a href="https://feeds.iamfabulous.de/Dilbert.xml" title="Dilbert RSS Feed">Dilbert RSS Feed. With Images!</a>
+ </li>
+ <li>
+ <a href="https://ghrss.iamfabulous.de" title="Trending Repositories as RSS Feed">Github - Some Trending Repositories as RSS Feed</a>
+ </li>
+ </ul>
+
+</div>
+
+{% endblock %}