mirror of
https://github.com/actix/examples
synced 2024-11-23 22:41:07 +01:00
fix return home link bug
This commit is contained in:
parent
8de183768c
commit
67bc0144ba
@ -1,7 +1,7 @@
|
||||
<!DOCTYPE html><html><head><title>actix - basics</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /></head>
|
||||
<body>
|
||||
<a href="static/index.html">back to home</a>
|
||||
<a href="../static/welcome.html">back to home</a>
|
||||
<h1>404</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user