403.view 689 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title>C++ Web Server - 403 - Forbidden</title>
  6. <link href="/config/cppwebserverpages/resources/images/favicon.ico" rel="icon" type="image/x-icon" />
  7. <link href="/config/cppwebserverpages/resources/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  8. <link href="/config/cppwebserverpages/resources/css/cppweb.css" rel="stylesheet" type="text/css" />
  9. </head>
  10. <body>
  11. <div id="menu">
  12. <h1>403 - Forbidden</h1>
  13. <br class="separator" />
  14. <p class="footer">© 2018 By Herik Lima and Marcelo Eler</p>
  15. </div>
  16. </body>
  17. </html>