mirror of
https://github.com/actix/actix-web.git
synced 2024-11-14 04:41:15 +00:00
forgot to include
This commit is contained in:
parent
50c2a5ceb0
commit
26ab5cbd01
2 changed files with 13 additions and 0 deletions
7
examples/basics/static/404.html
Normal file
7
examples/basics/static/404.html
Normal file
|
@ -0,0 +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="index.html">back to home</a>
|
||||
<h1>404</h1>
|
||||
</body>
|
||||
</html>
|
6
examples/basics/static/welcome.html
Normal file
6
examples/basics/static/welcome.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<!DOCTYPE html><html><head><title>actix - basics</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /></head>
|
||||
<body>
|
||||
<h1>Welcome <img width="30px" height="30px" src="/static/actixLogo.png" /></h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue