diff options
author | Joris | 2021-01-14 11:44:30 +0100 |
---|---|---|
committer | Joris | 2021-01-14 11:44:30 +0100 |
commit | 6c41d10079b3cc81a41a35f271b6402b1a11c262 (patch) | |
tree | 8b8db30df9de2a3517243198daf0092b3d37a889 /public | |
parent | 6682ff4644ab422da760b90934ee42dc62df9bb6 (diff) |
Remove main.js import
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 1 | ||||
-rw-r--r-- | public/projects.html | 1 |
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> |