1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/basics/static/welcome.html
EasyToFindName 024e21439e Fix favicon's href (#51)
* Fix favicon's href

* Remove wrong index.html
2018-09-30 23:14:57 +03:00

7 lines
244 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="30px" height="30px" src="/static/actixLogo.png" /></h1>
</body>
</html>