mirror of
https://github.com/actix/examples
synced 2025-06-28 18:00:37 +02:00
Fix favicon's href (#51)
* Fix favicon's href * Remove wrong index.html
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!DOCTYPE html><html><head><title>actix - basics</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /></head>
|
||||
<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>
|
||||
|
Reference in New Issue
Block a user