1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +01:00
examples/basics/basics/static/welcome.html
2021-02-26 00:57:58 +00:00

13 lines
236 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>actix - basics</title>
<link rel="shortcut icon" type="image/x-icon" href="/favicon">
</head>
<body>
<h1>Welcome <img width="30" height="30" src="/static/actixLogo.png"></h1>
</body>
</html>