From 5ee0ab3060f75655aa2c39de1278f6f5a0f29cea Mon Sep 17 00:00:00 2001 From: Xiaoxuan Li <x.li215@student.unimelb.edu.au> Date: Sun, 28 Apr 2019 13:33:52 +1000 Subject: [PATCH] Upload New File --- 2_start.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 2_start.html diff --git a/2_start.html b/2_start.html new file mode 100644 index 0000000..d09da4d --- /dev/null +++ b/2_start.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html> +<head> +</head> +<body> + +<h2>Image Tagger Game</h2> + +<img src="https://swift.rc.nectar.org.au/v1/AUTH_eab314456b624071ac5aecd721b977f0/comp30023-project/image-3.jpg" alt="HTML5 Icon" style="width:700px;height:400px;"> + +<form method="GET"> + <input type="submit" class="button" name="start" value="Start"/> +</form> + +<form method="POST"> + <input type="submit" class="button" name="quit" value="Quit"/> +</form> + +</body> + +</html> \ No newline at end of file -- GitLab