31 lines
895 B
HTML
31 lines
895 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset='utf-8'>
|
||
|
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
|
||
|
<title>InfoTafel</title>
|
||
|
<meta name='viewport' content='width=device-width, initial-scale=1'>
|
||
|
<link rel='stylesheet' type='text/css' media='screen' href='styles.css'>
|
||
|
<script src='info-page.js'></script>
|
||
|
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
|
||
|
<meta name="viewport" content="width=device-width">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="TitleRow" id="topper">
|
||
|
<div class="titleDiv"></div>
|
||
|
<div class="titleDiv">
|
||
|
<h1>Infoseite</h1>
|
||
|
<h3>Brought to you by Th-Nürnberg</h3>
|
||
|
</div>
|
||
|
<div class="titleDiv">
|
||
|
<h2 id="clock"></h2>
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<div id="content">
|
||
|
</div>
|
||
|
<div id="lower">
|
||
|
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|