notFound.html 253 B

12345678910111213141516171819202122
  1. <!DOCTYPE HTML>
  2. <html>
  3. <head>
  4. <script>
  5. </script>
  6. <style>
  7. .center {
  8. margin: auto;
  9. width: 60%;
  10. border: 3px solid #73AD21;
  11. padding: 10px;
  12. color:red;
  13. }
  14. </style>
  15. </head>
  16. <body>
  17. <div class ="center" >404 Not Fount</div>
  18. </body>
  19. </html>