1
0
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:
huang.xiangdong 2019-05-05 15:42:50 +08:00 committed by Douman
parent 8de183768c
commit 67bc0144ba

View File

@ -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>