From 78223d43d02d20996003e12fe2c51ae1072d55fa Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Thu, 14 Nov 2024 21:33:19 -0500 Subject: Registration page --- templates/api/register.html | 39 +++++++++++++++++++++++++++++++++++++++ templates/button.html | 17 ----------------- templates/index.html | 40 ---------------------------------------- templates/obs.html | 18 ------------------ templates/pubnix/button.html | 23 +++++++++++++++++++++++ templates/pubnix/index.html | 41 +++++++++++++++++++++++++++++++++++++++++ templates/pubnix/obs.html | 18 ++++++++++++++++++ 7 files changed, 121 insertions(+), 75 deletions(-) create mode 100644 templates/api/register.html delete mode 100644 templates/button.html delete mode 100644 templates/index.html delete mode 100644 templates/obs.html create mode 100644 templates/pubnix/button.html create mode 100644 templates/pubnix/index.html create mode 100644 templates/pubnix/obs.html (limited to 'templates') diff --git a/templates/api/register.html b/templates/api/register.html new file mode 100644 index 0000000..00ccb0c --- /dev/null +++ b/templates/api/register.html @@ -0,0 +1,39 @@ + + + + + + LCOLONQ Elite Registration + + + + + + +
+ +
+
+
+
+ registered! +
username:
+
password:
+
+
+
+
+
+
+

some kind of error occured, unable to register

+

bug clonk about it idk

+
+
+
+ + diff --git a/templates/button.html b/templates/button.html deleted file mode 100644 index e2f9fb0..0000000 --- a/templates/button.html +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - LCOLONQ Browser Source - - - - - - - - diff --git a/templates/index.html b/templates/index.html deleted file mode 100644 index 8827694..0000000 --- a/templates/index.html +++ /dev/null @@ -1,40 +0,0 @@ - - - - - - LCOLONQ - - - - - - - - -
- LCOLONQ -
-
-
-
- - - - -
- - - - - - - - - - diff --git a/templates/obs.html b/templates/obs.html deleted file mode 100644 index 999035a..0000000 --- a/templates/obs.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - LCOLONQ Browser Source - - - - - - - - - diff --git a/templates/pubnix/button.html b/templates/pubnix/button.html new file mode 100644 index 0000000..17211eb --- /dev/null +++ b/templates/pubnix/button.html @@ -0,0 +1,23 @@ + + + + + + The Button + + + + + + + + + + + + + + diff --git a/templates/pubnix/index.html b/templates/pubnix/index.html new file mode 100644 index 0000000..bddb19f --- /dev/null +++ b/templates/pubnix/index.html @@ -0,0 +1,41 @@ + + + + + + LCOLONQ + + + + + + + + +
+ LCOLONQ +
+
+
+
+ + + + +
+ + + + + + + + + + diff --git a/templates/pubnix/obs.html b/templates/pubnix/obs.html new file mode 100644 index 0000000..b5c3c05 --- /dev/null +++ b/templates/pubnix/obs.html @@ -0,0 +1,18 @@ + + + + + + LCOLONQ Browser Source + + + + + + + + + -- cgit v1.2.3