From d8e77012bcc7d5e2287934eaa43525aa4fa49953 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Thu, 31 Jan 2019 13:37:43 +1100 Subject: [PATCH] made the tabs actually remotely work --- static/account.html | 59 -------------------------------------------------- static/changepass.html | 24 ++++++++++++++++++++ static/css/haiku.css | 12 ++++++++++ static/gencode.html | 23 ++++++++++++++++++++ static/redeem.html | 25 +++++++++++++++++++++ 5 files changed, 84 insertions(+), 59 deletions(-) delete mode 100644 static/account.html create mode 100644 static/changepass.html create mode 100644 static/gencode.html create mode 100644 static/redeem.html diff --git a/static/account.html b/static/account.html deleted file mode 100644 index 76f6e70..0000000 --- a/static/account.html +++ /dev/null @@ -1,59 +0,0 @@ - - - - - - -
-Redeem invite codeGenerate invite codeChange password -
-
-
- Invite code
- Username
- Password
- Email
-
-
-
-
-
- Username
- Password
-
-
-
-
-
- Username
- Password
- New Password
-
-
-
-
-
- diff --git a/static/changepass.html b/static/changepass.html new file mode 100644 index 0000000..a1e880b --- /dev/null +++ b/static/changepass.html @@ -0,0 +1,24 @@ + + + + + + +
+Redeem invite codeGenerate invite codeChange password +
+
+
+ Username
+ Password
+ New Password
+
+
+
+
+ diff --git a/static/css/haiku.css b/static/css/haiku.css index 14da141..6bc484b 100644 --- a/static/css/haiku.css +++ b/static/css/haiku.css @@ -10,6 +10,18 @@ text-decoration: none; color: black; } +.dtitle { + border-top: 1px solid #9d9d9d; + border-right: 1px solid #9d9d9d; + background: linear-gradient(#d8d8d8, #e9e9e9); + padding: 2px; + display: inline-block; + border-bottom: 0px; + line-height: 1.5em; + font-size: 1em; + text-decoration: none; + color: black; +} .twrapper { border-left: 1px solid #9d9d9d; display: inline-block; diff --git a/static/gencode.html b/static/gencode.html new file mode 100644 index 0000000..a232d80 --- /dev/null +++ b/static/gencode.html @@ -0,0 +1,23 @@ + + + + + + +
+Redeem invite codeGenerate invite codeChange password +
+
+
+ Username
+ Password
+
+
+
+
+ diff --git a/static/redeem.html b/static/redeem.html new file mode 100644 index 0000000..72a4589 --- /dev/null +++ b/static/redeem.html @@ -0,0 +1,25 @@ + + + + + + +
+Redeem invite codeGenerate invite codeChange password +
+
+
+ Invite code
+ Username
+ Password
+ Email
+
+
+
+
+