mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
18 lines
283 B
HTML
18 lines
283 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Actix Web</title>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome!</h1>
|
|
<p>
|
|
<h3>What is your name?</h3>
|
|
<form>
|
|
<input type="text" name="name" /><br/>
|
|
<p><input type="submit"></p>
|
|
</form>
|
|
</p>
|
|
</body>
|
|
</html>
|