mirror of
https://github.com/actix/examples
synced 2025-06-29 02:10:36 +02:00
Restructure folders (#411)
This commit is contained in:
committed by
GitHub
parent
9db98162b2
commit
c3407627d0
14
basics/basics/static/404.html
Normal file
14
basics/basics/static/404.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>actix - basics</title>
|
||||
<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>
|
BIN
basics/basics/static/actixLogo.png
Normal file
BIN
basics/basics/static/actixLogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
basics/basics/static/favicon.ico
Normal file
BIN
basics/basics/static/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 32 KiB |
13
basics/basics/static/welcome.html
Normal file
13
basics/basics/static/welcome.html
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>actix - basics</title>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Welcome <img width="30" height="30" src="/static/actixLogo.png"></h1>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user