diff --git a/2_start.html b/2_start.html
new file mode 100644
index 0000000000000000000000000000000000000000..d09da4d91be3fb9cd31aad792c0be37ef544236c
--- /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