Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahilea committed Apr 19, 2024
1 parent 1026600 commit edfa7f4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Hannah Robertson's blog" />
<meta name="author" content="Hannah Robertson" />
<link rel="shortcut icon" type="image/png" href="./img/favicon.png" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />

<script type="module" src="https://md-block.verou.me/md-block.js"></script>

Expand Down
2 changes: 1 addition & 1 deletion projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta name="description" content="Hannah Robertson's projects" />
<meta name="author" content="Hannah Robertson" />
<link rel="shortcut icon" type="image/png" href="./img/favicon.png" />
<link rel="stylesheet" type="text/css" href="./css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<!-- <link rel="stylesheet" type="text/css" href="./css/hannahstyle.css" /> TODO decide what to use from this -->

<title>@hannahilea: projects</title>
Expand Down
2 changes: 1 addition & 1 deletion projects/sound-ripple-sketch/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
var GUI = lil.GUI;
</script>
<link rel="stylesheet" type="text/css" href="../../css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<style>
canvas {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion projects/wonderful-world/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
var GUI = lil.GUI;
</script>
<link rel="stylesheet" type="text/css" href="../../css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<style>
canvas {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion projects/yellow-scream/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<script>
var GUI = lil.GUI;
</script>
<link rel="stylesheet" type="text/css" href="../../css/main.css" />
<link rel="stylesheet" type="text/css" href="/css/main.css" />
<style>
canvas {
display: block;
Expand Down

0 comments on commit edfa7f4

Please sign in to comment.