Small fixes
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -1,2 +1,2 @@
|
||||
files
|
||||
files
|
||||
guides/xmpp
|
||||
@@ -1,3 +1,7 @@
|
||||
#### 1.12.2024
|
||||
Small changes nothing big.
|
||||
- Updated my Matrix Username
|
||||
- Added my alt Fedi account
|
||||
#### 27.11.2024
|
||||
- Added my PGP key (again)
|
||||
- Added a mirrors page.
|
||||
@@ -81,4 +85,4 @@ Woah there is a lot to unpack here.
|
||||
- Updated the gitignore
|
||||
- Added a changelog
|
||||
- Deleted duplicate code in blog.html
|
||||
- Improed the redability of the index file
|
||||
- Improed the redability of the index file
|
||||
|
||||
@@ -12,12 +12,11 @@
|
||||
<h2>=== Contact Me ===</h2>
|
||||
<h4>Here are some ways to get in touch with me.</h4>
|
||||
Signal: @alek.69<br>
|
||||
Threema: VJDX9X66<br>
|
||||
Matrix: purplebored:ari.t<br>
|
||||
Matrix: purplebored:ari.lt<br>
|
||||
Email: root(at)purplebored.pl<br>
|
||||
XMPP: niko(at)telepath.im<br>
|
||||
<p>I would prefer to be contacted by Email Or XMPP the other options are fine but I check email and XMPP the most.</p>
|
||||
<p>Also if you are contacting me over email or XMPP please use PGP! <a href="https://meta.sr.ht/~purplebored.pgp" target="_blank">You can get it here!</a></p>
|
||||
<p>Also if you are contacting me over email or XMPP please use PGP if you can in both cases! <a href="https://meta.sr.ht/~purplebored.pgp" target="_blank">You can get my public key here!</a></p>
|
||||
<br>
|
||||
<h3><a href="/index.html">Back to the main page</a></h3>
|
||||
</center>
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>401</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _
|
||||
| || | / _ \/ |
|
||||
| || |_| | | | |
|
||||
|__ _| |_| | |
|
||||
|_| \___/|_|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
401 - Unauthorized
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>401</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _
|
||||
| || | / _ \/ |
|
||||
| || |_| | | | |
|
||||
|__ _| |_| | |
|
||||
|_| \___/|_|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
401 - Unauthorized
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,38 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
403 - Forbidden
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
403 - Forbidden
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,38 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _ _
|
||||
| || | / _ \| || |
|
||||
| || |_| | | | || |_
|
||||
|__ _| |_| |__ _|
|
||||
|_| \___/ |_|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
404 - Not Found
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404</title>
|
||||
<link rel="icon" href="favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _ _
|
||||
| || | / _ \| || |
|
||||
| || |_| | | | || |_
|
||||
|__ _| |_| |__ _|
|
||||
|_| \___/ |_|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
404 - Not Found
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,38 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>500</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
500 - Internal Server Error
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>500</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
_ _ ___ _____
|
||||
| || | / _ \___ /
|
||||
| || |_| | | ||_ \
|
||||
|__ _| |_| |__) |
|
||||
|_| \___/____/
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
500 - Internal Server Error
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,38 +1,38 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>502</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
____ ___ ____
|
||||
| ___| / _ \___ \
|
||||
|___ \| | | |__) |
|
||||
___) | |_| / __/
|
||||
|____/ \___/_____|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
502 - Bad gateaway
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>502</title>
|
||||
<link rel="icon" href="/favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: #000;
|
||||
}
|
||||
.ascii {
|
||||
margin: auto;
|
||||
text-align: center;
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
color: #a57ae9;
|
||||
top 50%;
|
||||
}
|
||||
.text {
|
||||
font-family: monospace;
|
||||
color: #a57ae9;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="ascii"> <center>
|
||||
____ ___ ____
|
||||
| ___| / _ \___ \
|
||||
|___ \| | | |__) |
|
||||
___) | |_| / __/
|
||||
|____/ \___/_____|
|
||||
</div>
|
||||
<div class="text"> <center>
|
||||
502 - Bad gateaway
|
||||
<br>
|
||||
<a href="../index.html">Go home!</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
uhh hi! as you can see my error thingy is far from being done. This is just a temporay file to let you know if you for whatever reason are here.
|
||||
|
||||
uhh hi! as you can see my error thingy is far from being done. This is just a temporay file to let you know if you for whatever reason are here.
|
||||
|
||||
have a good day/night
|
||||
@@ -1,40 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta property="og:title" content="=Purple Guides=">
|
||||
<meta property="og:description" content="A few nerdy guides fr">
|
||||
<title>=Purple Guides=</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Sick ascii art/logo -->
|
||||
<div class="ascii-logo2"><center>
|
||||
_____ _ _
|
||||
/ ____| (_) | |
|
||||
| | __ _ _ _ __| | ___ ___
|
||||
| | |_ | | | | |/ _` |/ _ \/ __|
|
||||
| |__| | |_| | | (_| | __/\__ \
|
||||
\_____|\__,_|_|\__,_|\___||___/
|
||||
|
||||
|
||||
</center></div>
|
||||
|
||||
<div class="content2">
|
||||
<h3><center>=== Info ===</center></h3>
|
||||
<p>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.</p>
|
||||
<center>
|
||||
<h3>=== Categories: ===</h3>
|
||||
<h4><a>XMPP (Comming soon!)</a></h4>
|
||||
<h4><a>PGP (Comming 2025!)</a></h4>
|
||||
<h4><a>Privacy guides (Comming one day)</a></h4>
|
||||
</center>
|
||||
</div>
|
||||
<footer>
|
||||
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/contact.html">Contact Me</a> | <a href="../index.html">Homepage</a> |
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta property="og:title" content="=Purple Guides=">
|
||||
<meta property="og:description" content="A few nerdy guides fr">
|
||||
<title>=Purple Guides=</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Sick ascii art/logo -->
|
||||
<div class="ascii-logo2"><center>
|
||||
_____ _ _
|
||||
/ ____| (_) | |
|
||||
| | __ _ _ _ __| | ___ ___
|
||||
| | |_ | | | | |/ _` |/ _ \/ __|
|
||||
| |__| | |_| | | (_| | __/\__ \
|
||||
\_____|\__,_|_|\__,_|\___||___/
|
||||
|
||||
|
||||
</center></div>
|
||||
|
||||
<div class="content2">
|
||||
<h3><center>=== Info ===</center></h3>
|
||||
<p>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.</p>
|
||||
<center>
|
||||
<h3>=== Categories: ===</h3>
|
||||
<h4><a>XMPP (Comming soon!)</a></h4>
|
||||
<h4><a>PGP (Comming 2025!)</a></h4>
|
||||
<h4><a>Privacy guides (Comming one day)</a></h4>
|
||||
</center>
|
||||
</div>
|
||||
<footer>
|
||||
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/socials.html">My Socials</a> | <a href="/contact.html">Contact Me</a> | <a href="../index.html">Homepage</a> |
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
<!-- Code for this website made with passion by Purplebored. https://purplebored.pl <3 -->
|
||||
52
mirrors.html
52
mirrors.html
@@ -1,27 +1,27 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>=Mirrors=</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<div class="content1">
|
||||
<center>
|
||||
<h2>=== Mirrors ===</h2>
|
||||
<p>Here is are list of my website mirrors and my tor site. Later gonna add a ygg site too!</p>
|
||||
Main URL: <a href="https://purplebored.pl">https://purplebored.pl</a><br>
|
||||
Mirror 1 URL: <a href="https://niko.fsky.io">https://niko.fsky.io</a><br>
|
||||
TOR: <a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/">http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/</a>
|
||||
<br>
|
||||
<h3> <a href="/index.html">Back to the home page</a> </h3>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/index.html">Homepage</a> | <a href="/contact.html">Contact Me</a> |
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>=Mirrors=</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="icon" href="favicon.ico" type="image/x-icon">
|
||||
</head>
|
||||
<body>
|
||||
<div class="content1">
|
||||
<center>
|
||||
<h2>=== Mirrors ===</h2>
|
||||
<p>Here is are list of my website mirrors and my tor site. Later gonna add a ygg site too!</p>
|
||||
Main URL: <a href="https://purplebored.pl">https://purplebored.pl</a><br>
|
||||
Mirror 1 URL: <a href="https://niko.fsky.io">https://niko.fsky.io</a><br>
|
||||
TOR: <a href="http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/">http://niko.fsky42e4xj4o4q7xiyxzodqvd75iwgztywxtbugdmixamrmui5l4vhid.onion/</a>
|
||||
<br>
|
||||
<h3> <a href="/index.html">Back to the home page</a> </h3>
|
||||
</center>
|
||||
</div>
|
||||
|
||||
<footer>
|
||||
Purplebored © 2023-2024 | <a href="https://codeberg.org/Purplebored/My-Personal-Website">Source code</a> | <a href="/index.html">Homepage</a> | <a href="/contact.html">Contact Me</a> |
|
||||
</footer>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -12,7 +12,8 @@
|
||||
<center>
|
||||
<h2>=== My Socials ===</h2>
|
||||
<p>As you can see I don't really like to use social media. All I use is Mastodon and by use I pretty much only shitpost on there. You can go follow me just don't expect anything quality.</p>
|
||||
<li style="list-style-type: none;">Fediverse: (at)niko(at)ak.ari.lt</li>
|
||||
Main fedi account: (at)20PLN(at)101010.pl<br>
|
||||
Alt Fedi account: (at)purplebored(at)ak.ari.lt
|
||||
<br>
|
||||
<h3> <a href="/index.html">Back to the main page</a> </h3>
|
||||
</center>
|
||||
|
||||
Reference in New Issue
Block a user