diff --git a/lab6-POST.html b/lab6-POST.html new file mode 100644 index 0000000000000000000000000000000000000000..74156ce55fba38a9a571d8538018db12334c4079 --- /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>