diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-30 20:14:04 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-04-30 20:14:04 +0200 |
commit | 8dc2dfa4c9609342706d7564e4c0a61085b5c8f9 (patch) | |
tree | fef9daa019861565f4ae3d1af216c30daf560781 /src/index.html | |
parent | feat(src/dead-trees): Add my Facharbeit in chemistry (diff) | |
download | b-peetz.de-8dc2dfa4c9609342706d7564e4c0a61085b5c8f9.zip |
fix(src/dist): Remove the minified js code
Diffstat (limited to 'src/index.html')
-rw-r--r-- | src/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index ade6eae..c57c47a 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,6 @@ <body> <h1>Hi!</h1> <p>For a list of my dead-tree (i.e. paper) projects look <a href="./dead-trees/index.html">here</a></p> - <p>Chemistry stuff: <a href="./dist/index.html">here</a></p> </body> </html> |