xssbook/public/404.html

19 lines
536 B
HTML
Raw Normal View History

2023-01-26 22:29:16 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/404.css">
<link rel="stylesheet" href="/css/header.css">
2023-01-30 23:55:36 +00:00
<script src="/js/main.js"></script>
2023-01-26 22:29:16 +00:00
<title>XSSBook - Not Found</title>
</head>
<body>
<div id="header">
<span class="logo"><a href="/">xssbook</a></span>
</div>
<div class="error">
<span class="logo">404</span>
<span class="gtext desc">Page not found.</span>
</div>
</body>