From 2cfca1a5fad8e9d913047ed109db92f40c580ecb Mon Sep 17 00:00:00 2001
From: Xiaoxuan Li <x.li215@student.unimelb.edu.au>
Date: Sun, 28 Apr 2019 13:34:16 +1000
Subject: [PATCH] Upload New File

---
 3_first_turn.html | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 3_first_turn.html

diff --git a/3_first_turn.html b/3_first_turn.html
new file mode 100644
index 0000000..92f3ca0
--- /dev/null
+++ b/3_first_turn.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html>
+<head>
+</head>
+<body>
+
+<h2>You are ready now!</h2>
+
+<img src="https://swift.rc.nectar.org.au/v1/AUTH_eab314456b624071ac5aecd721b977f0/comp30023-project/image-2.jpg" alt="HTML5 Icon" style="width:700px;height:400px;">
+
+<p>Rule: Try to guess the above image by typing a keyword which describes it:</p>
+
+<form method="POST">
+    Keyword: <input type="text" name="keyword" />
+    <input type="submit" class="button" name="guess" value="Guess" />
+</form>
+
+<form method="POST">
+    <input type="submit" class="button" name="quit" value="Quit"/>
+</form>
+
+</body>
+</html>
+
-- 
GitLab