Skip to content
Snippets Groups Projects
Commit 18cb3339 authored by Xiaoxuan Li's avatar Xiaoxuan Li
Browse files

Upload New File

parent 2cfca1a5
Branches
No related tags found
No related merge requests found
<!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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment