From d117ab743da726c835a2d06f01ff18001e053d00 Mon Sep 17 00:00:00 2001 From: Xiaoxuan Li <x.li215@student.unimelb.edu.au> Date: Sun, 28 Apr 2019 13:33:29 +1000 Subject: [PATCH] Upload New File --- 1_intro.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 1_intro.html diff --git a/1_intro.html b/1_intro.html new file mode 100644 index 0000000..aa1cb25 --- /dev/null +++ b/1_intro.html @@ -0,0 +1,22 @@ +<!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;"> + +<p>Welcome to the image tagging game. Please enter your name below.</p> + +<form method="POST"> + Name: <input type="text" name="user" /> + <input type="submit" class="button" /> +</form> + +</body> + +</html> + -- GitLab