1
0
mirror of https://github.com/actix/examples synced 2025-02-13 05:52:20 +01:00
examples/basics/static/welcome.html

13 lines
236 B
HTML
Raw Normal View History

2019-09-13 17:15:26 +09:00
<!DOCTYPE html>
<html>
<head>
<title>actix - basics</title>
2020-12-18 22:32:36 +01:00
<link rel="shortcut icon" type="image/x-icon" href="/favicon">
2019-09-13 17:15:26 +09:00
</head>
<body>
2020-12-18 22:32:36 +01:00
<h1>Welcome <img width="30" height="30" src="/static/actixLogo.png"></h1>
2019-09-13 17:15:26 +09:00
</body>
</html>