From d05cdee9ebc73d75f6d3160ed859071f4cf1f461 Mon Sep 17 00:00:00 2001 From: Joshua Barlin <jbarlin@myune.edu.au> Date: Sat, 18 Aug 2018 11:11:57 +1000 Subject: [PATCH] Include jquery --- index.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 2dfc2d4..ae80ba2 100644 --- a/index.html +++ b/index.html @@ -1,15 +1,16 @@ <html> -<head> -</head> + <head> + <script src="js/jquery-3.3.1.js"></script> + </head> -<body> - <div id="input"> + <body> + <div id="input"> - </div> - <div id="output"> + </div> + <div id="output"> - </div> -</body> + </div> + </body> </html> \ No newline at end of file -- GitLab