mirror of
https://github.com/guilhermewerner/http
synced 2025-06-16 11:44:17 +00:00
Simple HTTP Server
This commit is contained in:
14
Resources/Hello.html
Normal file
14
Resources/Hello.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Hello!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Hello!</h1>
|
||||
<p>Hi from Rust</p>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user