technotive-math/dist/index.html

18 lines
831 B
HTML
Raw Normal View History

2025-04-06 16:28:55 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Home</title>
<style>*{margin:0;padding:0}body{display:flex;flex-direction:row;font-family:Courier New,Courier,monospace}nav{padding-top:12pt;display:flex;flex-direction:column;background-color:#4682b4;min-width:120pt;height:100vh}nav a{padding:0 4pt 2pt;display:inline-block;font-size:large;color:#f5f5f5}nav a:hover{background-image:linear-gradient(to bottom,#4682b4,#191970)}article{padding-top:12pt;padding-left:12pt}
</style></head>
<body>
<nav>
<a href="/">Home</a>
2025-04-06 17:13:24 +02:00
<a href="#">Breuken</a>
<a href="#">Machten</a>
2025-04-06 16:28:55 +02:00
</nav>
<article>
<h1 id="wiskunde">Wiskunde</h1> <!-- your content is injected here -->
</article>
</body></html>