Big update, finished the blog, added the feeds
This commit is contained in:
41
pages/feeds.xhtml
Normal file
41
pages/feeds.xhtml
Normal file
@@ -0,0 +1,41 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
|
||||
<meta name="og:url" content="https://purplebored.pl/pages/contact.xhtml" />
|
||||
<meta name="og:title" content="Contact" />
|
||||
<meta name="og:description" content="Purplebored contacts :-)" />
|
||||
<meta name="description" content="Purplebored contacts :-)" />
|
||||
<meta name="keywords" content="purplebored, poland, polish, personal website, website, buttons, niko, self-hosted, open source, foss, contact" />
|
||||
<meta name="color-scheme" content="dark" />
|
||||
<meta name="theme-color" content="black" />
|
||||
|
||||
<title>=Feeds=</title>
|
||||
<link rel="stylesheet" href="/assets/css/style.css" />
|
||||
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="content1" style="text-align: center; margin: 0 auto">
|
||||
<h2>=== My RSS and Atom feed for Purpleblog. ===</h2>
|
||||
<p>
|
||||
<a href="/feeds/feed.rss">RSS</a>
|
||||
<br />
|
||||
<a href="/feeds/feed.atom">Atom</a>
|
||||
</p>
|
||||
<br />
|
||||
<img src="/assets/images/buttons/valid-atom.png" alt="Valid attom button" />
|
||||
<img src="/assets/images/buttons/valid-rss.png" alt="Valid RSS button" />
|
||||
<h3><a href="/">Back to the main page</a></h3>
|
||||
</div>
|
||||
<div class="footer">
|
||||
Purplebored © 2023-2025 |
|
||||
<a href="https://git.ari.lt/purplebored/My-Personal-Website">Source code</a> |
|
||||
<a href="/pages/contact.xhtml">Contact Me</a> |
|
||||
<a href="/pages/mirrors.xhtml">Tor, Ygg & Mirrors</a> |
|
||||
<a href="/pages/font.xhtml">Font</a> |
|
||||
<a href="/pages/feeds.xhtml">RSS</a> |
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user