mirror of
https://github.com/d3ward/toolz.git
synced 2024-11-14 20:15:15 +08:00
36 lines
No EOL
866 B
HTML
36 lines
No EOL
866 B
HTML
<!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 rel="shortcut icon" href="./src/svg/404.svg" type="image/svg+xml">
|
|
<link href="src/css/style.css" rel="stylesheet">
|
|
<link href="src/css/404.css" rel="stylesheet">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<ul class="squares">
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
<li></li>
|
|
</ul>
|
|
<main>
|
|
<div class="hero">
|
|
<div class="_aos-top">
|
|
<img src="./src/svg/404.svg" alt="">
|
|
</div>
|
|
<div class="_aos-bottom _txt-black">
|
|
<h2><strong>Not Found</strong></h2>
|
|
</div>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
<script src="./src/js/404.js"></script>
|
|
|
|
</html> |