mirror of
https://github.com/actix/examples
synced 2024-11-24 14:53:00 +01:00
23 lines
771 B
HTML
23 lines
771 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<title>The page you were looking for doesn't exist (404)</title>
|
||
|
|
||
|
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
|
||
|
<link rel="stylesheet" href="/static/css/normalize.css">
|
||
|
<link rel="stylesheet" href="/static/css/skeleton.css">
|
||
|
<link rel="stylesheet" href="/static/css/style.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<h1>The page you were looking for doesn't exist.</h1>
|
||
|
<p>You may have mistyped the address or the page may have moved.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|