Initial commit
This commit is contained in:
13
24 - HTTP Servers/httpserver/static/index.html
Normal file
13
24 - HTTP Servers/httpserver/static/index.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Pro Go</title>
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<link href="bootstrap.min.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<div class="m-1 p-2 bg-primary text-white h2">
|
||||
Hello, World
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user