summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiddej <hidde-j@github.com>2021-07-04 23:44:39 +0200
committerhiddej <hidde-j@github.com>2021-07-04 23:44:39 +0200
commitb9a9617e8a019a2abb47f19b0195bdcdb0abebb4 (patch)
tree1b465aaa80a31509b95f0fb5be052aef58cdb72b
parent8c3c7526bd0068301f2888dd6beb8ce19a2d0d08 (diff)
test1
-rw-r--r--selfhost.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/selfhost.html b/selfhost.html
new file mode 100644
index 0000000..f75c5f0
--- /dev/null
+++ b/selfhost.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang=en>
+ <head>
+ <title>Self hosting &ndash; LandChad.net</title>
+ <meta charset="utf-8"/>
+ <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
+ <link rel='stylesheet' type='text/css' href='style.css'>
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link rel='alternate' type='application/rss+xml' title='Land Chad RSS' href='/rss.xml'>
+ </head>
+<body>
+ <header><h1>Self hosting</h1></header>
+ <nav></nav>
+ <main>
+ <h2>Choosing a server</h2>
+ <p>Test test test</p>
+ </p>
+ </main>
+ <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><a href="index.html"><li><img src="pix/chad.gif" alt="chad"></li></a><a href="rss.xml"><li><img src="pix/rss.svg" alt="RSS"></li></a><a href="pix/btc.png"><li><img src="pix/btc.svg" alt="BTC"></li></a><a href="pix/xmr.png"><li><img src="pix/xmr.svg" alt="XMR"></li></a><a href="https://github.com/lukesmithxyz/landchad"><li><img src="pix/git.svg" alt="Github"></li></a></footer>
+</body>
+</html>