diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-06-29 08:30:52 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-06-29 08:30:52 -0400 |
| commit | 825282fea9102326ad2538e4a98329fbd38c899b (patch) | |
| tree | 678dd28280fd542242ed041778e353c2ac511ae1 /404.html | |
firststuffs
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/404.html b/404.html new file mode 100644 index 0000000..cc9933b --- /dev/null +++ b/404.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<html lang=en> + <head> + <title>404 – 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>404</h1></header> + <nav></nav> + <main> + <p> + This article linked is not yet finalized! + </p> + <p> + To keep tabs on what new articles are published, keep up with our RSS feed at + <img src="pix/rss.svg" alt="rss logo"> + <a href="https://landchad.net/rss.xml">https://landchad.net/rss.xml</a> which + will feature all new pages and significant changes. + </p> + </main> + <footer><a href="https://landchad.net">LandChad.net</a></br>Because Everyone should be an Internet LandChad.</br><li><a href="index.html"><img src="pix/chad.gif" alt="chad"></a></li><li><a href="rss.xml"><img src="pix/rss.svg" alt="RSS"></a></li><li><a href="pix/btc.png"><img src="pix/btc.svg" alt="BTC"></a></li><li><a href="pix/xmr.png"><img src="pix/xmr.svg" alt="XMR"></a></li><li><a href="https://github.com/lukesmithxyz/landchad"><img src="pix/git.svg" alt="Github"></a></footer> +</body> +</html> |
