Initial Commit

This commit is contained in:
Jai A
2020-05-09 22:11:48 -07:00
commit da19743ba5
12 changed files with 2681 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<title>{{name}} Example</title>
</head>
<body>
<h1>{{name}} example</h1>
<p>This is an example of how to use {{name}} with Actix-Web.</p>
</body>
</html>