1
0
mirror of https://github.com/actix/examples synced 2025-01-23 14:24:35 +01:00

13 lines
198 B
HTML
Raw Normal View History

2019-06-08 18:47:39 +01:00
<!DOCTYPE html>
<html>
<head>
<title>{{name}} Example</title>
</head>
<body>
<h1>{{name}} example</h1>
2022-03-08 15:49:32 +00:00
<p>This is an example of how to use {{name}} with Actix Web.</p>
2019-06-08 18:47:39 +01:00
</body>
</html>