diff options
-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> |