1
0

Staging Test

This commit is contained in:
Jai A
2020-06-20 18:19:19 -07:00
parent cb9751be04
commit 906196bac3
11 changed files with 145 additions and 9 deletions

View File

@@ -2,11 +2,11 @@
<html>
<head>
<title>{{name}} Example</title>
<title>Main Page</title>
</head>
<body>
<h1>{{name}} example</h1>
<p>This is an example of how to use {{name}} with Actix-Web.</p>
<h1>Staging</h1>
<p>This is the guavy staging server!</p>
</body>
</html>