16 lines
301 B
HTML
16 lines
301 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
<title>404 Not Found</title>
|
||
|
<link href="css/style.css" rel="stylesheet">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>The page you are looking for doesnt exist</h1>
|
||
|
</body>
|
||
|
|
||
|
</html>
|