static-test/frontend/index.html
2021-01-25 23:31:50 -05:00

12 lines
156 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Worked!</title>
</head>
<body>
<center>
<h1>If you see this, it worked!</h1>
<h3>word</h3>
</center>
</body>
</html>