1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

14 lines
170 B
HTML
Raw Permalink Normal View History

2018-04-24 09:12:48 -07:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2022-02-06 08:25:38 +00:00
<title>Actix Web</title>
2018-04-24 09:12:48 -07:00
</head>
<body>
<h1>Hi, {{ name }}!</h1>
<p>
{{ text }}
</p>
</body>
</html>