mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
14 lines
227 B
HTML
14 lines
227 B
HTML
<!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> |