In this repo i store all my websites, each in a different branch
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

16 linhas
531 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>404 Not Found</title>
  6. <link href="/assets/css/style.css" rel="stylesheet">
  7. <!-- Include the Open Sans font -->
  8. <link href="http://fonts.googleapis.com/css?family=Open+Sans+Condensed:700&subset=latin,cyrillic-ext" rel="stylesheet" />
  9. </head>
  10. <body>
  11. <div class="center message">
  12. <h1>This page Doesn't exist!</h1>
  13. <p>Would you like to try our <a href="/">homepage</a> instead?</p>
  14. </div>
  15. </body>
  16. </html>