20 lines
446 B
HTML
20 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Flurry - OOPS</title>
|
|
<link href="/style.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1>Oops</h1>
|
|
<p>it seems like the page you were trying to get does not exist,
|
|
that's sad. But maybe you can find it again from the homepage?</p>
|
|
<a href="/">go to the homepage</a>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|