1
0
mirror of https://github.com/actix/examples synced 2025-06-27 01:27:43 +02:00

chore: fix template location

This commit is contained in:
Rob Ede
2024-03-05 22:30:51 +00:00
parent e5fc327af0
commit c5c208eda7
8 changed files with 22 additions and 10 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>