diff --git a/1_intro.html b/1_intro.html new file mode 100644 index 0000000000000000000000000000000000000000..aa1cb2542107421a2ed80e85b4c4866dbee1d0b7 --- /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> +