mirror of
https://github.com/actix/examples
synced 2025-06-29 10:14:58 +02:00
Restructure folders (#411)
This commit is contained in:
committed by
GitHub
parent
9db98162b2
commit
c3407627d0
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