diff options
Diffstat (limited to 'html/UK.html')
| -rw-r--r-- | html/UK.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/html/UK.html b/html/UK.html new file mode 100644 index 0000000..501caaf --- /dev/null +++ b/html/UK.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title>UK</title> + <meta charset="UTF-8"> + <link id="mainstyle" rel="stylesheet" href="style.css"> + <link rel="stylesheet" href="etc.css"> + <script src="style.js" defer></script> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> +</head> +<body> + <main id="content"> + <h2 style="margin-top: 0; margin-bottom: 8px;">><> UK</h2> + <a href="index.html">home</a> / + <a href="pages.html">pages</a> / + <a href="blog.html">blog</a> / + <a href="journal.html">journal</a> / + <a href="about_site.html">about site</a> + <hr> +<p>Shit government, somehow a 1st world country when everything sucks.</p> +<p>Did you know that theres about a million barber shops and off licences in England?</p> +<hr>Last Modified: January 10, 2026 +</main></body></html> |
