removed root div, moved to single quotes

This commit is contained in:
2023-08-29 18:40:16 +02:00
parent 166ab93328
commit a414066ab9
9 changed files with 539 additions and 559 deletions
+26 -28
View File
@@ -1,33 +1,31 @@
<!doctype html>
<html lang="en">
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Donate - Johannes Olzem</title>
<meta name="description" content="Johannes Olzem's Webspace.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/style.css">
<link rel="icon" href="/favico.ico">
<title>Donate - Johannes Olzem</title>
<meta name='description' content="Johannes Olzem's Webspace.">
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
<link rel='stylesheet' href='/css/style.css'>
<link rel='icon' href='/favico.ico'>
</head>
<body>
<div id="root">
<header>
<a href="/">Johannes Olzem's Webspace</a>
</header>
<nav>
<a href="/blog/">Blog</a>
<a href="/about/">About Me</a>
<a href="/contact/">Contact</a>
<a href="#">Donate</a>
</nav>
<main>
<h2>Donate</h2>
<p>This is only here so I can copy my Monero adress when I need it and don't want to/cannot access my wallet. Don't give me money.</p>
<br>
<p style="overflow-wrap: anywhere;">4BK7poh4kom8tti2HReRjQFbooWNiCiYj6sYfq4jdqBBhfN1FWn3an4ZRb1fytH5363vzyvTxBKzd5UphnexhJ7t1kjzTzP</p>
</main>
<footer>
<h6><a href=""><script>document.write(window.location.href);</script></a></h6>
</footer>
</div>
<header>
<a href='/'>Johannes Olzem's Webspace</a>
</header>
<nav>
<a href='/blog/'>Blog</a>
<a href='/about/'>About Me</a>
<a href='/contact/'>Contact</a>
<a href='#'>Donate</a>
</nav>
<main>
<h2>Donate</h2>
<p>This is only here so I can copy my Monero adress when I need it and don't want to/cannot access my wallet. Don't give me money.</p>
<br>
<p style='overflow-wrap: anywhere;'>4BK7poh4kom8tti2HReRjQFbooWNiCiYj6sYfq4jdqBBhfN1FWn3an4ZRb1fytH5363vzyvTxBKzd5UphnexhJ7t1kjzTzP</p>
</main>
<footer>
<h6><a href><script>document.write(window.location.href);</script></a></h6>
</footer>
</body>
</html>