finally done 🙏

This commit is contained in:
blue balls 2025-07-27 13:24:20 +01:00
parent d7f11505fd
commit c663678c88
5 changed files with 38 additions and 29 deletions

27
atom.xml Executable file
View file

@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>my blog</title>
<link href="https://balls.based.pt/" />
<link href="https://balls.based.pt/atom.xml" rel="self" />
<updated>2025-07-23T13:16:38+00:00</updated>
<author>
<name>BlueBalls</name>
</author>
<id>https://balls.based.pt/</id>
<entry>
<title>Blog #1 - my ahh website</title>
<link href="https://balls.based.pt/blogs/blog1.html" />
<id>https://balls.based.pt/blogs/blog1.html</id>
<updated>2025-07-23T13:16:38+00:00</updated>
<content type="html">
<![CDATA[
<p>i randomly decided to pull my third all nighter in a row just to make this website, it kinda looks ass but idrk what<br/>
to put in this blog but uhh uhh use any unix software any FOSS software and based.pt is a honey pot<br/><br/>
i guess ill include an ss of my setup here</p>
<img src="https://balls.based.pt/mysystem.png" alt="100% custom dwm setup 0 bloat" width="859" height="483" style="margin-left: 25%"/>
]]>
</content>
</entry>
</feed>

View file

@ -4,7 +4,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width initial-scale=1.0"> <meta name="viewport" content="width=device-width initial-scale=1.0">
<link rel="stylesheet" href="stylish.css"> <link rel="stylesheet" href="stylish.css">
<link rel="icon" href="Wlogo.png" <link rel="icon" href="Wlogo.png">
<link rel="alternate" type="application/atom+xml" href="/atom.xml" title="My Blog Atom Feed" />
</head> </head>
<body style="background-color:#121212"> <body style="background-color:#121212">
<center> <center>
@ -13,13 +14,17 @@
</center> </center>
<p> <a href="/home.html">home</a> I <a href="/blog.html">blog</a> I <a href="https://based.pt/webring/">coolppl</a> </p> <p> <a href="/home.html">home</a> I <a href="/blog.html">blog</a> I <a href="https://based.pt/webring/">coolppl</a> </p>
<hr style="width:50%"> <hr style="width:50%">
<p><a href="/atom.xml">atomfeed</a></p>
<div style="margin-left: 25%"> <div style="margin-left: 25%">
<nav> <nav>
<p class="noleftm"> Blog #1 - my ahh website</p> <p class="noleftm"> Blog #1 - my ahh website</p>
<p class="noleftm"> Wed, 23 Jul 2025 13:16:38 +0000</p> <p class="noleftm"> Wed, 23 Jul 2025 13:16:38 +0000</p>
<a href="blogs/blog1.html">Read</a> <a href="blogs/blog1.html">Read</a>
<hr class="half-left"> <hr class="half-left">
</div> </nav>
</div>
<footer>
<a href="http://www.feedvalidator.org/check.cgi?url=http%3A//balls.based.pt/atom.xml" style="margin-left: 25%"><img src="valid-atom.png" alt="[Valid Atom 1.0]" title="Validate my Atom 1.0 feed" /></a> <a href="/atom.xml" style="font-size: 15; color: #87cefa;">sub to feed</a></p>
</body> </body>
</html> </html>

View file

@ -1,27 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>my blog</title>
<link href="https://blueballs.based.pt/">
<updated>2025-07-23T13:16:38+0000</updated>
<author>
<name>BlueBalls</name>
</author>
<id>https://blueballs.based.pt/</id>
<entry>
<title>Blog #1 - my ahh website</title>
<link href="https://blueballs.based.pt/blogs/blog1.html" />
<id>https://blueballs.based.pt/blog/blog1.html</id>
<updated> 2025-07-23T13:16:38+0000 </updated>
<content type="html">
<![CDATA[
<p>i randomly decided to pull my third all nighter in a row just to make this website, it kinda looks ass but idrk what<br/>
to put in this blog but uhh uhh use any unix software any FOSS software and based.pt is a honey pot<br/><br/>
i guess ill include an ss of my setup here</p>
<img src="https://example.com/mysystem.png" alt="100% custom dwm setup 0 bloat" width="859" height="483" style="margin-left: 25%"/>
]]>
</content>
</entry>
</feed>

View file

@ -36,3 +36,7 @@ h2 {
margin-left: 0; margin-left: 0;
margin-right: auto; margin-right: auto;
} }
a:visited {
color: #9A7ED1;
}

BIN
valid-atom.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB