Add an HTML example.

This commit is contained in:
2023-07-08 12:34:33 -07:00
parent a5c15a577a
commit a122f651ac
2 changed files with 74 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<!DOCTYPE html>
<header>
<title>Example HTML Website</title>
</header>
<body>
<h1>Welcome to the example HTML website!</h1>
<p>This means the reverse proxy is successfully serving static HTML content. Yay!</p>
</body>