From d1e59579ca19454369d56a8c7525e109a86841e2 Mon Sep 17 00:00:00 2001 From: fschildt Date: Fri, 17 Oct 2025 14:00:16 +0200 Subject: first commit --- apps/tools/templates/tools/hangboard-timer.html | 28 +++++++++++++++++++++++++ apps/tools/templates/tools/index.html | 7 +++++++ 2 files changed, 35 insertions(+) create mode 100644 apps/tools/templates/tools/hangboard-timer.html create mode 100644 apps/tools/templates/tools/index.html (limited to 'apps/tools/templates') diff --git a/apps/tools/templates/tools/hangboard-timer.html b/apps/tools/templates/tools/hangboard-timer.html new file mode 100644 index 0000000..248db62 --- /dev/null +++ b/apps/tools/templates/tools/hangboard-timer.html @@ -0,0 +1,28 @@ +{% extends 'base.html' %} +{% load static %} + + +{% block title %}Hangboard-Timer - fsweb{% endblock %} + + +{% block morelinks %} + +{% endblock %} + + +{% block content %} +

Hangboard Timer

+

Increase your finger strength! Routine adopted from this video.

+ +
+
+
+
+
+ + +
+
+ + +{% endblock %} diff --git a/apps/tools/templates/tools/index.html b/apps/tools/templates/tools/index.html new file mode 100644 index 0000000..45ed82f --- /dev/null +++ b/apps/tools/templates/tools/index.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block title %}Tools - fsweb{% endblock %} + +{% block content %} +

Welcome to the Tools Page

+{% endblock %} -- cgit v1.2.3