bin/mk-notes: correct the anchor links to the CVE descriptions
[openssl-web.git] / err404.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <!--#include virtual="/inc/head.shtml" -->
4
5 <body>
6   <!--#include virtual="/inc/banner.shtml" -->
7
8   <div id="main">
9   <div id="content">
10     <div class="blog-index">
11       <article>
12         <header><h2>Page Not Found</h2></header>
13         <div class="entry-content">
14           <p>
15           Sorry, but the link you gave does not exist.
16           </p>
17           <p>
18           To get the latest news about OpenSSL, download the source,
19           and so on, please see
20           the sidebar or the buttons at the top of every page.
21           For more information about the
22           team and community around the project, or to start making
23           your own contributions, start with the
24           <a href="/community">community</a> page.
25           </p>
26
27         </div>
28         <footer>
29           You are here: <a href="/">Home</a>
30           <br/><a href="/sitemap.txt">Sitemap</a>
31         </footer>
32       </article>
33     </div>
34     <!--#include virtual="sidebar.shtml" -->
35   </div>
36 </div>
37
38 <!--#include virtual="/inc/footer.shtml" -->
39 </body>
40
41 </html>
42