9 lines
221 B
HTML
9 lines
221 B
HTML
<!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>
|