base.html 759 B

12345678910111213141516171819202122232425
  1. <!doctype html>
  2. <html class="no-js" lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <title>Untitled</title>
  7. <meta name="description" content="">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <link rel="apple-touch-icon" href="/apple-touch-icon.png">
  10. <!-- Place favicon.ico in the root directory -->
  11. </head>
  12. <body>
  13. <!--[if lt IE 8]>
  14. <p class="browserupgrade">
  15. You are using an <strong>outdated</strong> browser. Please
  16. <a href="http://browsehappy.com/">upgrade your browser</a> to improve
  17. your experience.
  18. </p>
  19. <![endif]-->
  20. </body>
  21. </html>