From 14692c5684b6e7f48d8329d994b605b40c5f2488 Mon Sep 17 00:00:00 2001 From: Joshua Barlin <jbarlin@myune.edu.au> Date: Sat, 18 Aug 2018 11:10:14 +1000 Subject: [PATCH] Create divs --- index.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 5593146..2dfc2d4 100644 --- a/index.html +++ b/index.html @@ -1,3 +1,15 @@ <html> - <p>Hello</p> + +<head> +</head> + +<body> + <div id="input"> + + </div> + <div id="output"> + + </div> +</body> + </html> \ No newline at end of file -- GitLab