Upload files to "/"

This commit is contained in:
blueballs 2025-07-23 02:30:22 +01:00
parent 415735c626
commit ea17cda70c
4 changed files with 64 additions and 0 deletions

BIN
Wlogo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

32
help.html Normal file
View file

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="stylish.css">
<link rel="icon" href="Wlogo.png">
</head>
<body style="background-color:#121212">
<center>
<h1>BLUE BALLS</h1>
<hr style="width:50%">
</center>
<p> <a href="/">home</a> I <a href="/blog">blog</a> I <a href="https://based.pt/webring/">coolppl</a> </p>
<hr style="width:50%">
<h2>>lil about me</h2>
<p>yo im cool, uh whose really reading ts but i like going outside and linux type shi <br> i also really like KanYe West and still defend, which i will do until the day i die <br>i dont really care about bloat or shi like ram usage that much because i care more <br>about the look and feel :)</p>
<h2>>My PC's Specs!</h2>
<p> cpu: Ryzen 4500 i think???? <br>gpu: radeon 7600<br>ram: 32GB ddr4<br>Storage: 256GB NvME drive, 1TB SATA HDD<br>OS: Arch linux :></p>
<h2>>Contact/Links!</h2>
<p>Email: blueballs@based.pt<br>Discord: blue.balls.<br>XMPP: balls@based.pt<br>BasedGit: <a href="https://git.based.pt/blueballs">blueballs</a></p>
<hr style="width:50%">
<footer>
<center>
<p class="noleftm"><a href="https://suigarra.based.pt/">prev</a> | <a href="https://based.pt/webring">webring</a> | <a href="https://bacalhau.based.pt/">next</a></p>
<img src="https://cyber.dabamos.de/88x31/javascript-zero.gif" alt="JavaScript Zero" height="31">
<a href="https://www.vim.org/" target="_blank" rel="noopener noreferrer"><img src="https://cyber.dabamos.de/88x31/vim.vialle.love.anim.gif" alt="Vim" height="31"></a>
</center>
</footer>
</body>
</html>

BIN
rushda.otf Normal file

Binary file not shown.

32
stylish.css Normal file
View file

@ -0,0 +1,32 @@
@font-face {
font-family: 'Iosevka';
src: url('iosevka.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
p {
margin-left:25%;
color: white;
font-family: 'Iosevka', monospace;
}
h1 {
color: white;
font-family: 'Iosevka', monospace;
font-size: 33px;
}
h2 {
margin-left: 25%;
color: white;
font-family: 'Iosevka', monospace;
}
.noleftm {
margin-left: 0;
}