mirror of
https://github.com/actix/examples
synced 2025-02-17 15:23:31 +01:00
Fix favicon link (#172)
This commit is contained in:
parent
45d56e1f7a
commit
77dd2cc4e3
@ -1,7 +1,14 @@
|
|||||||
<!DOCTYPE html><html><head><title>actix - basics</title>
|
<!DOCTYPE html>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /></head>
|
<html>
|
||||||
<body>
|
|
||||||
<a href="/static/welcome.html">back to home</a>
|
<head>
|
||||||
<h1>404</h1>
|
<title>actix - basics</title>
|
||||||
</body>
|
<link rel="shortcut icon" type="image/x-icon" href="/favicon" />
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<a href="/static/welcome.html">back to home</a>
|
||||||
|
<h1>404</h1>
|
||||||
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -1,6 +1,13 @@
|
|||||||
<!DOCTYPE html><html><head><title>actix - basics</title>
|
<!DOCTYPE html>
|
||||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon" /></head>
|
<html>
|
||||||
<body>
|
|
||||||
<h1>Welcome <img width="30px" height="30px" src="/static/actixLogo.png" /></h1>
|
<head>
|
||||||
</body>
|
<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>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user