mirror of
https://github.com/actix/actix-web.git
synced 2024-11-20 08:31:09 +00:00
13 lines
170 B
HTML
13 lines
170 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Actix web</title>
|
|
</head>
|
|
<body>
|
|
<h1>Hi, {{ name }}!</h1>
|
|
<p>
|
|
{{ text }}
|
|
</p>
|
|
</body>
|
|
</html>
|