Add an HTML example.
This commit is contained in:
@ -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>
|
Reference in New Issue
Block a user