Cleanup
This commit is contained in:
parent
b4f62bd6da
commit
6c6bc83b79
21
dist/index.html
vendored
21
dist/index.html
vendored
@ -1,3 +1,18 @@
|
||||
<!DOCTYPE html><!-- Below is your "component template." It's just HTML, but with
|
||||
some magic sprinkled in to help you build great templates. --><html data-astro-cid-j7pv25f6> <style>h1[data-astro-cid-j7pv25f6]{color:orange}
|
||||
</style><body data-astro-cid-j7pv25f6> <h1 data-astro-cid-j7pv25f6>Hello, World!</h1> </body></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>
|
||||
@ -1,8 +1,5 @@
|
||||
---
|
||||
layout: "../layout/math.astro"
|
||||
title: "Test"
|
||||
title: "Home"
|
||||
---
|
||||
# Test
|
||||
## More test
|
||||
|
||||
### Lol!
|
||||
# Wiskunde
|
||||
Loading…
x
Reference in New Issue
Block a user