tsaibar/not_found.html

20 lines
531 B
HTML
Raw Normal View History

2024-09-08 21:38:18 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TSAIBAR</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
2024-11-02 00:57:34 +00:00
<header>
<img src="media/title.gif" width="128" height="40">
</header>
2024-09-08 21:38:18 +00:00
<main>
<h1>Page Not Found</h1>
<p>The requested page was not found.</p>
2024-11-02 00:57:34 +00:00
<a href="index.html">Go to index</a>
2024-09-08 21:38:18 +00:00
</main>
</body>
2024-11-02 00:57:34 +00:00
</html>