aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoris2021-01-14 11:44:30 +0100
committerJoris2021-01-14 11:44:30 +0100
commit6c41d10079b3cc81a41a35f271b6402b1a11c262 (patch)
tree8b8db30df9de2a3517243198daf0092b3d37a889
parent6682ff4644ab422da760b90934ee42dc62df9bb6 (diff)
downloadpersonal-page-6c41d10079b3cc81a41a35f271b6402b1a11c262.tar.gz
personal-page-6c41d10079b3cc81a41a35f271b6402b1a11c262.tar.bz2
personal-page-6c41d10079b3cc81a41a35f271b6402b1a11c262.zip
Remove main.js import
-rw-r--r--public/index.html1
-rw-r--r--public/projects.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/public/index.html b/public/index.html
index 48487fa..1df1419 100644
--- a/public/index.html
+++ b/public/index.html
@@ -6,7 +6,6 @@
<meta name="description" content="I am a developer using functional programming. View my resume and projects.">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="/icon.png">
-<script src="/main.js"></script>
<title>Joris Guyonvarch</title>
diff --git a/public/projects.html b/public/projects.html
index baa2216..148f20f 100644
--- a/public/projects.html
+++ b/public/projects.html
@@ -6,7 +6,6 @@
<meta name="description" content="I am a developer using functional programming. View my resume and projects.">
<link rel="stylesheet" href="/main.css">
<link rel="icon" href="/icon.png">
-<script src="/main.js"></script>
<title>Joris Guyonvarch – Projects</title>