From 18cb3339576910ea306bed5021f66dcf67a56366 Mon Sep 17 00:00:00 2001
From: Xiaoxuan Li <x.li215@student.unimelb.edu.au>
Date: Sun, 28 Apr 2019 22:56:06 +1000
Subject: [PATCH] Upload New File

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

diff --git a/lab6-GET.html b/lab6-GET.html
new file mode 100644
index 0000000..baf60f8
--- /dev/null
+++ b/lab6-GET.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset='utf-8' />
+    <title>COMP30023 HTTP Server</title>
+  </head>
+
+  <body>
+    <h1>COMP30023 HTTP Server</h1>
+
+    <img
+      src="https://brandhub.unimelb.edu.au/guidelines/logos/04_Logo_Vertical-Housed.jpg"
+      alt="HTML5 Icon"
+      style="width:400px;height:400px;"
+    />
+
+    <p>Welcome to our server, please enter your name below</p>
+
+    <form method="POST">
+      Name: <input type="text" name="user" />
+      <input type="submit" class="button" />
+    </form>
+  </body>
+</html>
-- 
GitLab