KDesktop/404.html

16 lines
301 B
HTML
Raw Permalink Normal View History

2024-06-19 19:46:29 +00:00
<!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>