Fixed the footer + imrpoved the gramar and spelling
This commit is contained in:
@@ -1,38 +1,38 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>401</title>
|
<title>401</title>
|
||||||
<link rel="icon" href="/favicon.png">
|
<link rel="icon" href="/favicon.png">
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: #000;
|
background-color: #000;
|
||||||
}
|
}
|
||||||
.ascii {
|
.ascii {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
top 50%;
|
top 50%;
|
||||||
}
|
}
|
||||||
.text {
|
.text {
|
||||||
font-family: monospace;
|
font-family: monospace;
|
||||||
color: #a57ae9;
|
color: #a57ae9;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="ascii"> <center>
|
<div class="ascii"> <center>
|
||||||
_ _ ___ _
|
_ _ ___ _
|
||||||
| || | / _ \/ |
|
| || | / _ \/ |
|
||||||
| || |_| | | | |
|
| || |_| | | | |
|
||||||
|__ _| |_| | |
|
|__ _| |_| | |
|
||||||
|_| \___/|_|
|
|_| \___/|_|
|
||||||
</div>
|
</div>
|
||||||
<div class="text"> <center>
|
<div class="text"> <center>
|
||||||
401 - Unauthorized
|
401 - Unauthorized
|
||||||
<br>
|
<br>
|
||||||
<a href="../index.html">Go home!</a>
|
<a href="../index.html">Go home!</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
12
index.html
12
index.html
@@ -43,16 +43,16 @@
|
|||||||
<h3>=== About Me ===</h3>
|
<h3>=== About Me ===</h3>
|
||||||
<p>
|
<p>
|
||||||
Hi, I am Purplebored, o/ also known as Niko. Right now you are
|
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
|
on my own little website which I call my home on the World Wide
|
||||||
Web.
|
Web!
|
||||||
</p>
|
</p>
|
||||||
<p></p>
|
<p></p>
|
||||||
<p>
|
<p>
|
||||||
I like making websites like this. And I am also somewhat of a
|
I like making websites like this. And I am also somewhat of a
|
||||||
privacy advocate. I am Speaking Polish and English but i am
|
privacy advocate. I speak Polish and English but I am
|
||||||
learning Russian. Regarding programing i currently only know
|
also learning Russian. Regarding programming I currently only know
|
||||||
basic HTML but i am planning to start learning C++ soon! From
|
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
|
other stuff I also know some Linux! (Not much but enough to daily
|
||||||
drive it)
|
drive it)
|
||||||
</p>
|
</p>
|
||||||
<h3>=== Stuff I am self hosting: ===</h3>
|
<h3>=== Stuff I am self hosting: ===</h3>
|
||||||
|
|||||||
@@ -26,8 +26,8 @@
|
|||||||
<div class="content1">
|
<div class="content1">
|
||||||
<center>
|
<center>
|
||||||
<h3>=== Buttons ===</h3>
|
<h3>=== Buttons ===</h3>
|
||||||
Ah yes 88x31 also known as buttons a staple in personal websites
|
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
|
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
|
them. I even have my own 88x31 which you can download
|
||||||
<a
|
<a
|
||||||
href="/assets/images/buttons/Purplebored_button.png"
|
href="/assets/images/buttons/Purplebored_button.png"
|
||||||
@@ -35,8 +35,8 @@
|
|||||||
>Here!</a
|
>Here!</a
|
||||||
><br />
|
><br />
|
||||||
(you can also just use that link instead of downloading the
|
(you can also just use that link instead of downloading the
|
||||||
button. That would be even better actually cause if i update my
|
button. That would be even better actually because if I update my
|
||||||
button it gonna automaticly update on your website!)
|
button it's going to automaticly update on your website.)
|
||||||
<br />
|
<br />
|
||||||
<h4>Website 88x31s:<br /></h4>
|
<h4>Website 88x31s:<br /></h4>
|
||||||
<!-- All the website buttons -->
|
<!-- All the website buttons -->
|
||||||
@@ -164,6 +164,7 @@
|
|||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
|
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
||||||
|
|||||||
@@ -29,11 +29,12 @@
|
|||||||
<h4>Here are some ways to get in touch with me.</h4>
|
<h4>Here are some ways to get in touch with me.</h4>
|
||||||
Signal: @alek.69<br />
|
Signal: @alek.69<br />
|
||||||
Matrix: purplebored:ari.lt<br />
|
Matrix: purplebored:ari.lt<br />
|
||||||
|
Matrix(alt): mokosh@inamatrix.xyz<br />
|
||||||
Email: root(at)purplebored.pl<br />
|
Email: root(at)purplebored.pl<br />
|
||||||
XMPP: niko(at)telepath.im<br />
|
XMPP: niko(at)telepath.im<br />
|
||||||
<p>
|
<p>
|
||||||
I would prefer to be contacted by Email Or XMPP the other
|
I would prefer to be contacted by Email or XMPP the other
|
||||||
options are fine but I check email and XMPP the most.
|
options are fine but I check my email and XMPP the most.
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Also if you are contacting me over email or XMPP please use
|
Also if you are contacting me over email or XMPP please use
|
||||||
@@ -54,6 +55,7 @@
|
|||||||
>Source code</a
|
>Source code</a
|
||||||
>
|
>
|
||||||
| <a href="/pages/socials.html">My Socials</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
|
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
||||||
<a href="/">Homepage</a> |
|
<a href="/">Homepage</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|||||||
@@ -44,9 +44,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<center>
|
<center>
|
||||||
<h3>=== Categories: ===</h3>
|
<h3>=== Categories: ===</h3>
|
||||||
<h4><a>XMPP (Comming soon!)</a></h4>
|
<h4><a>XMPP (Coming 2024!)</a></h4>
|
||||||
<h4><a>PGP (Comming 2025!)</a></h4>
|
<h4><a>PGP (Coming 2025!)</a></h4>
|
||||||
<h4><a>Privacy guides (Comming one day)</a></h4>
|
<h4><a>Privacy guides (Coming one day)</a></h4>
|
||||||
</center>
|
</center>
|
||||||
</div>
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<meta property="og:title" content="Mirrors" />
|
<meta property="og:title" content="Mirrors" />
|
||||||
<meta
|
<meta
|
||||||
property="og:description"
|
property="og:description"
|
||||||
content="Purplebored mirrors :-)"
|
content="Purplebored mirrors"
|
||||||
/>
|
/>
|
||||||
<meta property="description" content="Purplebored mirrors :-)" />
|
<meta property="description" content="Purplebored mirrors :-)" />
|
||||||
<meta
|
<meta
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
<center>
|
<center>
|
||||||
<h2>=== Mirrors ===</h2>
|
<h2>=== Mirrors ===</h2>
|
||||||
<p>
|
<p>
|
||||||
Here is are list of my website mirrors and my tor site.
|
Here is a list of my website mirrors and my tor site.
|
||||||
Later gonna add a ygg site too!
|
Later gonna add a ygg site too!
|
||||||
</p>
|
</p>
|
||||||
Main URL:
|
Main URL:
|
||||||
@@ -50,8 +50,9 @@
|
|||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
||||||
>Source code</a
|
>Source code</a
|
||||||
>
|
>
|
||||||
| <a href="/">Homepage</a> |
|
| <a href="/pages/socials.html">My Socials</a> |
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
|
<a href="/">Homepage</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -45,8 +45,10 @@
|
|||||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
<a href="https://git.ari.lt/purplebored/My-Personal-Website"
|
||||||
>Source code</a
|
>Source code</a
|
||||||
>
|
>
|
||||||
| <a href="/">Homepage</a> |
|
|
|
||||||
<a href="/pages/contact.html">Contact Me</a> |
|
<a href="/pages/contact.html">Contact Me</a> |
|
||||||
|
<a href="/pages/mirrors.html">TOR & Mirrors</a> |
|
||||||
|
<a href="/">Homepage</a> |
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user