From f384ff308c19153c97ed84e062772ff85b8ecfb0 Mon Sep 17 00:00:00 2001 From: Xiaoxuan Li <x.li215@student.unimelb.edu.au> Date: Sun, 28 Apr 2019 22:56:20 +1000 Subject: [PATCH] Upload New File --- lab6-POST.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 lab6-POST.html diff --git a/lab6-POST.html b/lab6-POST.html new file mode 100644 index 0000000..74156ce --- /dev/null +++ b/lab6-POST.html @@ -0,0 +1,19 @@ +<!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;" + /> + + <h2>Thank you!</h2> + </body> +</html> -- GitLab