This commit is contained in:
@@ -7,10 +7,7 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" href="/style.css" />
|
<link rel="stylesheet" href="/style.css" />
|
||||||
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
|
<link href='https://fonts.googleapis.com/css?family=Roboto Mono' rel='stylesheet'>
|
||||||
<link rel="icon"
|
<script type="importmap">
|
||||||
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🐺</text></svg>">
|
|
||||||
|
|
||||||
<script type="importmap">
|
|
||||||
{
|
{
|
||||||
"imports": {
|
"imports": {
|
||||||
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js",
|
"three": "https://cdn.jsdelivr.net/npm/three@0.180.0/build/three.module.js",
|
||||||
@@ -19,17 +16,16 @@
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!--Three.js Stuff-->
|
<!--Three.js Stuff-->
|
||||||
<script type="module" src="/main.js"></script>
|
<script type="module" src="/main.js"></script>
|
||||||
<script type="module" src="/window.js"></script>
|
<script type="module" src="/window.js"></script>
|
||||||
<script type="module" src="/secrets/woof.js"></script>
|
<script type="module" src="/secrets/kennel/woof.js"></script>
|
||||||
|
<script type="module" src="/secrets/forest/forest.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<nav>
|
<nav>
|
||||||
<a href="{{ get_url(path='@/_index.md') }}">Home</a>
|
<a href="{{ get_url(path='@/_index.md') }}">Home</a> <span id="text"> | </span><a
|
||||||
<span id="text"> | </span><a href="{{ get_url(path='@/blog/_index.md') }}"><strike>Rants</strike> Posts</a>
|
href="{{ get_url(path='@/blog/_index.md') }}"><strike>Rants</strike> Posts</a> <span id="text"> | </span><a
|
||||||
<span id="text"> | </span><a href="{{ get_url(path='@/projects/_index.md') }}">My Stuff</a>
|
href="{{ get_url(path='@/projects/_index.md') }}">My Stuff</a>
|
||||||
<span id="text"> | </span><a href="{{ get_url(path='@/stuff_I_like/_index.md') }}">Stuff I Like</a>
|
<span id="text"> | </span><a href="{{ get_url(path='@/stuff_I_like/_index.md') }}">Stuff I Like</a>
|
||||||
<hr>
|
<hr>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Reference in New Issue
Block a user