You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

info-page.html 895B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv='X-UA-Compatible' content='IE=edge'>
  6. <title>InfoTafel</title>
  7. <meta name='viewport' content='width=device-width, initial-scale=1'>
  8. <link rel='stylesheet' type='text/css' media='screen' href='styles.css'>
  9. <script src='info-page.js'></script>
  10. <link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
  11. <meta name="viewport" content="width=device-width">
  12. </head>
  13. <body>
  14. <div class="TitleRow" id="topper">
  15. <div class="titleDiv"></div>
  16. <div class="titleDiv">
  17. <h1>Infoseite</h1>
  18. <h3>Brought to you by Th-Nürnberg</h3>
  19. </div>
  20. <div class="titleDiv">
  21. <h2 id="clock"></h2>
  22. </div>
  23. </div>
  24. <div id="content">
  25. </div>
  26. <div id="lower">
  27. </div>
  28. </body>
  29. </html>