forked from OWASP/www-project-developer-guide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
18 lines (15 loc) · 753 Bytes
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
---
title: 404 - Not Found
layout: col-generic
---
<div class="container">
<p><img src="/assets/images/web/404-old-owasp.png"></p>
<h2>WHOA THAT PAGE CANNOT BE FOUND</h2>
<p>Try the <strong>SEARCH</strong> function in the main navigation to find something.
If you are looking for chapter information, please see <a href="/chapters/">Chapters</a> for the correct chapter.
For information about OWASP projects see <a href="/projects/">Projects</a>.
For common attacks, vulnerabilities, or information about other community-led contributions see <a href="/www-community/">Contributed Content</a>
</p>
<hr>
<p><strong>If all else fails you can search our <a href="https://wiki.owasp.org/">historical site</a>.</strong></p>
</div>