2024-09-08 21:38:18 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2024-11-03 23:32:37 +00:00
|
|
|
<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>
|
|
|
|
<header>
|
|
|
|
<img src="media/title.gif" width="128" height="40">
|
|
|
|
</header>
|
|
|
|
<main>
|
|
|
|
<h1>Page Not Found</h1>
|
|
|
|
<p>The requested page was not found.</p>
|
|
|
|
<a href="index.html">Go to index</a>
|
|
|
|
</main>
|
|
|
|
<footer>
|
|
|
|
<img src="media/xoy.gif" width="64" height="64">
|
|
|
|
</footer>
|
|
|
|
</body>
|
2024-11-02 00:57:34 +00:00
|
|
|
</html>
|