diff options
-rw-r--r-- | _footer.html | 2 | ||||
-rw-r--r-- | _header.html | 14 | ||||
-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 | ||||
-rw-r--r-- | index.md | 3 |
7 files changed, 41 insertions, 0 deletions
diff --git a/_footer.html b/_footer.html new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/_footer.html @@ -0,0 +1,2 @@ +</body> +</html> diff --git a/_header.html b/_header.html new file mode 100644 index 0000000..3d94e66 --- /dev/null +++ b/_header.html @@ -0,0 +1,14 @@ +<html> +<head> +<meta charset="utf-8" /> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> +<!-- you can have *one* css rule, as a Treat --> +<style> +img { + width: 100%; + object-fit: cover; +} +</style> +<title></title> +</head> +<body> 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> diff --git a/index.md b/index.md new file mode 100644 index 0000000..e48e951 --- /dev/null +++ b/index.md @@ -0,0 +1,3 @@ +# testzone + +there's nothing here yet. goodbye |