21 lines
458 B
HTML
21 lines
458 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>404</title>
|
|
<link rel="stylesheet" href="/404.css" />
|
|
<link rel="stylesheet" href="https://syui.ai/bower_components/icomoon/style.css" />
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<h1>404</h1>
|
|
<a href="/">
|
|
<span class="icon-phoenix-world"></span>
|
|
<!--
|
|
<span class="icon-ai"></span>
|
|
-->
|
|
</a>
|
|
</div>
|
|
</body>
|
|
</html>
|