technotive-math/dist/index.html
2025-04-06 16:28:55 +02:00

18 lines
829 B
HTML

<!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>
<a href="#">Posts</a>
<a href="#">Contact</a>
</nav>
<article>
<h1 id="wiskunde">Wiskunde</h1> <!-- your content is injected here -->
</article>
</body></html>