From cf0070ac5a78d8042fa74d407fb9cb65352e2066 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Tue, 5 Nov 2024 02:58:33 -0500 Subject: Initial commit --- templates/button.html | 17 +++++++++++++++++ templates/index.html | 40 ++++++++++++++++++++++++++++++++++++++++ templates/obs.html | 18 ++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 templates/button.html create mode 100644 templates/index.html create mode 100644 templates/obs.html (limited to 'templates') diff --git a/templates/button.html b/templates/button.html new file mode 100644 index 0000000..e2f9fb0 --- /dev/null +++ b/templates/button.html @@ -0,0 +1,17 @@ + + + + + + LCOLONQ Browser Source + + + + + + + + diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..8827694 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,40 @@ + + + + + + LCOLONQ + + + + + + + + +
+ LCOLONQ +
+
+
+
+ + + + +
+ + + + + + + + + + diff --git a/templates/obs.html b/templates/obs.html new file mode 100644 index 0000000..999035a --- /dev/null +++ b/templates/obs.html @@ -0,0 +1,18 @@ + + + + + + LCOLONQ Browser Source + + + + + + + + + -- cgit v1.2.3