diff --git a/assets/css/style.css b/assets/css/style.css
index c55f9ea..e1eed3b 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -1,5 +1,5 @@
body {
- background-color: #000;
+ background-color: #000000;
margin: 0;
height: 100;
overflow-x: hidden;
@@ -47,7 +47,7 @@ body {
/* Very easy one is for articels or just post idk how to call them and the content1 thing if for general usage */
/*Code to make footer look cool and ncie :D*/
-footer {
+.footer {
font-family: IBMWeb, Liberation Mono, monospace;
text-align: center;
margin-top: auto;
@@ -80,3 +80,11 @@ a {
color: #a57ae9;
top: 50px;
}
+
+.error {
+ margin: 0 auto;
+ text-align: center;
+ font-family: monospace;
+ white-space: pre;
+ color: #a57ae9;
+}
diff --git a/errors/401.html b/errors/401.html
deleted file mode 100644
index 5b6bce3..0000000
--- a/errors/401.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- 401
-
-
-
-
-
- _ _ ___ _
-| || | / _ \/ |
-| || |_| | | | |
-|__ _| |_| | |
- |_| \___/|_|
-
-
- 401 - Unauthorized
-
-Go home!
-
-
-
diff --git a/errors/401.xhtml b/errors/401.xhtml
new file mode 100644
index 0000000..82c7dbf
--- /dev/null
+++ b/errors/401.xhtml
@@ -0,0 +1,21 @@
+
+
+
+ 401
+
+
+
+
+
+ _ _ ___ _
+| || | / _ \/ |
+| || |_| | | | |
+|__ _| |_| | |
+ |_| \___/|_|
+
+401 - Unauthorized
+
Go home!
+
+
+
diff --git a/errors/403.html b/errors/403.html
deleted file mode 100644
index 70063aa..0000000
--- a/errors/403.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- 403
-
-
-
-
-
-_ _ ___ _____
-| || | / _ \___ /
-| || |_| | | ||_ \
-|__ _| |_| |__) |
- |_| \___/____/
-
-
- 403 - Forbidden
-
-Go home!
-
-
-
\ No newline at end of file
diff --git a/errors/403.xhtml b/errors/403.xhtml
new file mode 100644
index 0000000..ea3c363
--- /dev/null
+++ b/errors/403.xhtml
@@ -0,0 +1,21 @@
+
+
+
+ 401
+
+
+
+
+
+ _ _ ___ _____
+| || | / _ \___ /
+| || |_| | | ||_ \
+|__ _| |_| |__) |
+ |_| \___/____/
+
+403 - Forbidden
+
Go home!
+
+
+
diff --git a/errors/404.html b/errors/404.html
deleted file mode 100644
index ee7712f..0000000
--- a/errors/404.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- 404
-
-
-
-
-
-_ _ ___ _ _
-| || | / _ \| || |
-| || |_| | | | || |_
-|__ _| |_| |__ _|
- |_| \___/ |_|
-
-
- 404 - Not Found
-
-Go home!
-
-
-
\ No newline at end of file
diff --git a/errors/404.xhtml b/errors/404.xhtml
new file mode 100644
index 0000000..36d6f38
--- /dev/null
+++ b/errors/404.xhtml
@@ -0,0 +1,21 @@
+
+
+
+ 401
+
+
+
+
+
+_ _ ___ _ _
+| || | / _ \| || |
+| || |_| | | | || |_
+|__ _| |_| |__ _|
+ |_| \___/ |_|
+
+404 - Not Found
+
Go home!
+
+
+
diff --git a/errors/500.html b/errors/500.html
deleted file mode 100644
index 6fa406c..0000000
--- a/errors/500.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- 500
-
-
-
-
-
-_ _ ___ _____
-| || | / _ \___ /
-| || |_| | | ||_ \
-|__ _| |_| |__) |
- |_| \___/____/
-
-
- 500 - Internal Server Error
-
-Go home!
-
-
-
diff --git a/errors/500.xhtml b/errors/500.xhtml
new file mode 100644
index 0000000..59e0975
--- /dev/null
+++ b/errors/500.xhtml
@@ -0,0 +1,21 @@
+
+
+
+ 401
+
+
+
+
+
+ _ _ ___ _____
+| || | / _ \___ /
+| || |_| | | ||_ \
+|__ _| |_| |__) |
+ |_| \___/____/
+
+500 - Internal Server Error
+
Go home!
+
+
+
diff --git a/errors/502.html b/errors/502.html
deleted file mode 100644
index 9984d64..0000000
--- a/errors/502.html
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
- 502
-
-
-
-
-
-____ ___ ____
-| ___| / _ \___ \
-|___ \| | | |__) |
- ___) | |_| / __/
-|____/ \___/_____|
-
-
- 502 - Bad gateaway
-
-Go home!
-
-
-
diff --git a/errors/502.xhtml b/errors/502.xhtml
new file mode 100644
index 0000000..38c85ad
--- /dev/null
+++ b/errors/502.xhtml
@@ -0,0 +1,21 @@
+
+
+
+ 401
+
+
+
+
+
+____ ___ ____
+| ___| / _ \___ \
+|___ \| | | |__) |
+ ___) | |_| / __/
+|____/ \___/_____|
+
+502 - Bad gateway
+
Go home!
+
+
+
diff --git a/index.html b/index.html
deleted file mode 100644
index 95251e5..0000000
--- a/index.html
+++ /dev/null
@@ -1,94 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- =Purplebored=
-
-
-
-
-
-
- _____ _ _ _ _
- | __ \ | | | | | | | |
- | |__) | _ _ __ _ __ | | ___| |__ ___ _ __ ___ __| | _ __ | |
- | ___/ | | | '__| '_ \| |/ _ \ '_ \ / _ \| '__/ _ \/ _` | | '_ \| |
- | | | |_| | | | |_) | | __/ |_) | (_) | | | __/ (_| |_| |_) | |
- |_| \__,_|_| | .__/|_|\___|_.__/ \___/|_| \___|\__,_(_) .__/|_|
- | | | |
- |_| |_|
-
-
-
-
-
=== About Me ===
-
- Hi, I am Purplebored, o/ also known as Niko. Right now you are
- on my own little website which I call my home on the World Wide
- Web!
-
-
- I like making websites like this. And I am also somewhat of a
- privacy advocate. I speak Polish and English but I am
- also learning Russian. Regarding programming I currently only know
- basic HTML but I am planning to start learning C++ soon! From
- other stuff I also know some Linux! (Not much but enough to daily
- drive it)
-
-
=== Stuff I am self hosting: ===
-
My Private Pastebin instance.
-
My Private Zerobin instance.
-
A LibreSpeed instance using a server located in Warsaw.
-
A Directory Lister where I share some of my files.
-
-
=== My Projects ===
-
A list of guides on how to use XMPP, IRC, PGP, etc.
-
Purpleblog
-
-
=== Cool Stuff ===
- Yeah there is not a lot of cool stuff on here lol.
-
-
Buttons!/88X31s!
-
-
-
-
-
diff --git a/index.xhtml b/index.xhtml
new file mode 100644
index 0000000..2570eaa
--- /dev/null
+++ b/index.xhtml
@@ -0,0 +1,93 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Purplebored=
+
+
+
+
+
+
+ _____ _ _ _ _
+ | __ \ | | | | | | | |
+ | |__) | _ _ __ _ __ | | ___| |__ ___ _ __ ___ __| | _ __ | |
+ | ___/ | | | '__| '_ \| |/ _ \ '_ \ / _ \| '__/ _ \/ _` | | '_ \| |
+ | | | |_| | | | |_) | | __/ |_) | (_) | | | __/ (_| |_| |_) | |
+ |_| \__,_|_| | .__/|_|\___|_.__/ \___/|_| \___|\__,_(_) .__/|_|
+ | | | |
+ |_| |_|
+
+
+
+
=== About Me ===
+
+ Hi, I am Purplebored, o/ also known as Niko. Right now you are
+ on my own little website which I call my home on the World Wide
+ Web!
+
+
+ I like making websites like this. And I am also somewhat of a
+ privacy advocate. I speak Polish and English but I am
+ also learning Russian. Regarding programming I currently only know
+ basic HTML but I am planning to start learning C++ soon! From
+ other stuff I also know some Linux! (Not much but enough to daily
+ drive it)
+
+
=== Stuff I am self hosting: ===
+
+ My Private Pastebin instance.
+
+
+
+ My Private Zerobin instance.
+
+
+
+ A LibreSpeed instance using a server located in Warsaw.
+
+
+
+ A Directory Lister where I share some of my files.
+
+
+
=== My Projects ===
+
+ A list of guides on how to use XMPP, IRC, PGP, etc.
+
+
+
+ Purpleblog
+
+
+
=== Cool Stuff ===
+ Yeah there is not a lot of cool stuff on here lol.
+
+
Buttons!/88X31s!
+
+
+
+
+
+
diff --git a/pages/buttons.html b/pages/buttons.html
deleted file mode 100644
index 9cf38be..0000000
--- a/pages/buttons.html
+++ /dev/null
@@ -1,195 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- =Buttons=
-
-
-
-
-
-
-
-
-
diff --git a/pages/buttons.xhtml b/pages/buttons.xhtml
new file mode 100644
index 0000000..56778c9
--- /dev/null
+++ b/pages/buttons.xhtml
@@ -0,0 +1,152 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Buttons=
+
+
+
+
+
+
=== Buttons ===
+ Ah yes 88x31 also known as buttons, a staple in personal websites
+ I would say. They are so cool in my opinion and I love having
+ them. I even have my own 88x31 which you can download
+
+ Here!
+
+
+ (you can also just use that link instead of downloading the
+ button. That would be even better actually because if I update my
+ button it's going to automaticly update on your website.)
+
+
Website 88x31s:
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Other buttons:
+
+
+
+
+
+
+
+
+
+
+
Back to the main page
+
+
+
+
+
diff --git a/pages/contact.html b/pages/contact.html
deleted file mode 100644
index 031a660..0000000
--- a/pages/contact.html
+++ /dev/null
@@ -1,63 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- =Contact Me=
-
-
-
-
-
-
- === Contact Me ===
- Here are some ways to get in touch with me.
- Signal: @alek.69
- Telegram: @purplebored
- Matrix: purplebored:telepath.im
- Matrix(alt): mokosh:inamatrix.xyz
- Email: purplebored(at)posteo.com
- XMPP: niko(at)telepath.im
-
- I would prefer to be contacted by Email or XMPP. The other
- options are fine but I check my email and XMPP the most.
-
-
- Also if you are contacting me over email or XMPP please use
- PGP if you can in both cases!
- You can get my public key here!
-
-
-
-
-
-
-
-
diff --git a/pages/contact.xhtml b/pages/contact.xhtml
new file mode 100644
index 0000000..63b60c6
--- /dev/null
+++ b/pages/contact.xhtml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Contact Me=
+
+
+
+
+
+
=== Contact Me ===
+
Here are some ways to get in touch with me.
+ Signal: @alek.69
+ Telegram: @purplebored
+ Matrix: purplebored:telepath.im
+ Matrix(alt): mokosh:inamatrix.xyz
+ Email: purplebored(at)posteo.com
+ XMPP: niko(at)telepath.im
+
+ I would prefer to be contacted by Email or XMPP. The other
+ options are fine but I check my email and XMPP the most.
+
+
+ Also if you are contacting me over email or XMPP please use
+ PGP if you can in both cases!
+
+ You can get my public key here!
+
+
+
+
+
+
+
+
diff --git a/pages/font.html b/pages/font.html
deleted file mode 100644
index 8b553e6..0000000
--- a/pages/font.html
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- =Contact Me=
-
-
-
-
-
-
- === The font I am using ===
-
- IBM VGA 9x16 font by VileR. (I found it on 4d2.org and realy liked it lol)
- Link
-
-
-
-
-
-
-
-
diff --git a/pages/font.xhtml b/pages/font.xhtml
new file mode 100644
index 0000000..a1892f5
--- /dev/null
+++ b/pages/font.xhtml
@@ -0,0 +1,37 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Font=
+
+
+
+
+
+
=== The font I am using ===
+
+ IBM VGA 9x16 font by VileR. (I found it on 4d2.org and realy liked it lol)
+ Link
+
+
+
+
+
+
+
diff --git a/pages/guides.html b/pages/guides.html
deleted file mode 100644
index c768e5e..0000000
--- a/pages/guides.html
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- =Purple Guides=
-
-
-
-
-
-
- _____ _ _
- / ____| (_) | |
- | | __ _ _ _ __| | ___ ___
- | | |_ | | | | |/ _` |/ _ \/ __|
- | |__| | |_| | | (_| | __/\__ \
- \_____|\__,_|_|\__,_|\___||___/
-
-
-
-
-
-
=== Info ===
-
- Below you’ll find all the guides I’ve written. Each guide is
- available for download as a PDF or .docx file. Download links
- are located at the top of each guide.
-
-
- === Categories: ===
-
-
-
-
-
-
-
-
-
-
diff --git a/pages/guides.xhtml b/pages/guides.xhtml
new file mode 100644
index 0000000..d7e32aa
--- /dev/null
+++ b/pages/guides.xhtml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Purple Guides=
+
+
+
+
+
+
+ _____ _ _
+ / ____| (_) | |
+ | | __ _ _ _ __| | ___ ___
+ | | |_ | | | | |/ _` |/ _ \/ __|
+ | |__| | |_| | | (_| | __/\__ \
+ \_____|\__,_|_|\__,_|\___||___/
+
+
+
+
+
=== Info ===
+
+ Below you’ll find all the guides I’ve written. Each guide is
+ available for download as a PDF or .docx file. Download links
+ are located at the top of each guide.
+
+
=== Categories: ===
+
+
+
+
+
+
+
+
+
diff --git a/pages/mirrors.html b/pages/mirrors.html
deleted file mode 100644
index 126e31e..0000000
--- a/pages/mirrors.html
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- =Mirrors=
-
-
-
-
-
-
-
-
-
diff --git a/pages/mirrors.xhtml b/pages/mirrors.xhtml
new file mode 100644
index 0000000..6f487b3
--- /dev/null
+++ b/pages/mirrors.xhtml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ =Font=
+
+
+
+
+
+
+
+
+