From b40299538a73d25d096d8f58f1468cd7f647a3f9 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sun, 7 Jan 2024 17:43:05 +0100 Subject: Add first iteration of send page, and fake-radio --- templates/head.html | 2 +- templates/send.html | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/head.html b/templates/head.html index 67eb7bd..10d2b13 100644 --- a/templates/head.html +++ b/templates/head.html @@ -6,7 +6,7 @@ - +
diff --git a/templates/send.html b/templates/send.html index b47f6b0..e287b18 100644 --- a/templates/send.html +++ b/templates/send.html @@ -1,6 +1,16 @@ {% include "head.html" %}
- Send! +

Send a frame

+ +
+

Comment Whisker

+
+ + +
+ + +
{% include "foot.html" %} {# vi:set et sw=2 ts=2: #} -- cgit v1.2.3