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

12 lines
170 B
HTML
Raw Permalink Normal View History

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