diff options
author | nepèta dyengxuah <nepeta@canaglie.net> | 2025-04-09 00:00:00 +1000 |
---|---|---|
committer | nepèta dyengxuah <nepeta@canaglie.net> | 2025-04-09 00:00:00 +1000 |
commit | 60b603ebd48c3add90ee40fa9421c3919241ccea (patch) | |
tree | 5203f71f47593b5b3f07fad9a5ca95c640ad425b /blog |
inital commit: testing
Diffstat (limited to 'blog')
-rw-r--r-- | blog/.bottom.html | 3 | ||||
-rw-r--r-- | blog/.bottom.xml | 2 | ||||
-rw-r--r-- | blog/.top.html | 10 | ||||
-rw-r--r-- | blog/.top.xml | 7 |
4 files changed, 22 insertions, 0 deletions
diff --git a/blog/.bottom.html b/blog/.bottom.html new file mode 100644 index 0000000..81d8c88 --- /dev/null +++ b/blog/.bottom.html @@ -0,0 +1,3 @@ +</table> +</body> +</html> diff --git a/blog/.bottom.xml b/blog/.bottom.xml new file mode 100644 index 0000000..3a9dbde --- /dev/null +++ b/blog/.bottom.xml @@ -0,0 +1,2 @@ +</channel> +</rss> diff --git a/blog/.top.html b/blog/.top.html new file mode 100644 index 0000000..013a4e4 --- /dev/null +++ b/blog/.top.html @@ -0,0 +1,10 @@ +<html> +<head> +<meta charset="utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<title>angora blog</title> +</head> +<body> +<h1>angora blog</h1> +<p><a href="rss.xml">rss</a></p> +<table> diff --git a/blog/.top.xml b/blog/.top.xml new file mode 100644 index 0000000..441c14b --- /dev/null +++ b/blog/.top.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8" ?> +<rss version="2.0"> +<channel> +<title>angora blog</title> +<description>yes</description> +<link>https://www.angora.pet/blog</link> +<copyright>no</copyright> |