This commit is contained in:
Nevernown 2025-04-06 16:28:55 +02:00
parent b4f62bd6da
commit 6c6bc83b79
2 changed files with 20 additions and 8 deletions

21
dist/index.html vendored
View File

@ -1,3 +1,18 @@
<!DOCTYPE html><!-- Below is your "component template." It's just HTML, but with <!DOCTYPE html>
some magic sprinkled in to help you build great templates. --><html data-astro-cid-j7pv25f6> <style>h1[data-astro-cid-j7pv25f6]{color:orange} <html lang="en">
</style><body data-astro-cid-j7pv25f6> <h1 data-astro-cid-j7pv25f6>Hello, World!</h1> </body></html> <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>

View File

@ -1,8 +1,5 @@
--- ---
layout: "../layout/math.astro" layout: "../layout/math.astro"
title: "Test" title: "Home"
--- ---
# Test # Wiskunde
## More test
### Lol!