From ffe6ed33f34300a31c3dc95fb70b1abcc87eaf62 Mon Sep 17 00:00:00 2001 From: Thomas Fritsch <tf@kumquats.fr> Date: Sun, 2 Feb 2020 21:56:26 +0100 Subject: [PATCH] =?UTF-8?q?solution=20B=20-=20int=C3=A9gration=20JS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 08d0301..1922851 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,8 @@ <link rel="stylesheet" type="text/css" href="css/flatly-bootstrap.css" /> <link rel="stylesheet" type="text/css" href="css/main.css" /> + + <script src="build/main.js" defer></script> </head> <body> <main id="appContainer"> -- GitLab