28 lines
535 B
PHP
28 lines
535 B
PHP
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Example Archive - 404</title>
|
|
<link rel="stylesheet" href="global.css">
|
|
<meta charset="utf-8">
|
|
<style>
|
|
#_404_container {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
#_404_container img {
|
|
width: 60%;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id=body_main>
|
|
<div id=index_header>
|
|
<p>Vichan Archive - 404</p>
|
|
</div>
|
|
<div id=_404_container>
|
|
<img id="404" src="media/apu404.png" alt="apu404"></img>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|