15 lines
496 B
HTML
15 lines
496 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>page not found</title>
|
|
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
|
|
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
|
|
</head>
|
|
<body>
|
|
<h1>what was that?</h1>
|
|
<p>that page doesn't exist. you can head <a href="/">home</a> if you like.</p>
|
|
</body>
|
|
</html>
|