forked from OWASP-Benchmark/BenchmarkJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
21 lines (18 loc) · 700 Bytes
/
Copy path404.html
File metadata and controls
21 lines (18 loc) · 700 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OWASP Benchmark</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="//fonts.googleapis.com/css?family=Raleway:400,300,600" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/benchmark/css/normalize.css">
<link rel="stylesheet" href="/benchmark/css/skeleton.css">
<link rel="icon" type="image/png" href="/benchmark/favicon.ico">
<script src="/benchmark/js/jquery.min.js" type="text/javascript"></script>
</head>
<body>
<h1>Page Not Found.</h1>
</body>
</html>