Forked from
FS Info TU Dortmund / Infoscreen / Infoscreen
325 commits behind the upstream repository.
-
Tilman Vatteroth authoredTilman Vatteroth authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
index.html 1.07 KiB
<!DOCTYPE html>
<html>
<head>
<title>Infoboard</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="favicon.png" type="image/x-icon" rel="icon"/>
<link rel="stylesheet" href="css/font.css"/>
<link rel="stylesheet" href="css/design.less"/>
<link rel="stylesheet" href="css/marquee.less"/>
<link rel="stylesheet" href="css/jquery.ui.css"/>
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/jquery-ui.min.js"></script>
<script type="text/javascript" src="js/jquery.textfill.min.js"></script>
<script type="text/javascript" src="js/marquee.js"></script>
<script type="text/javascript" src="js/layoutloader.js"></script>
<script type="text/javascript" src="js/webfontloader.js"></script>
<script type="text/javascript" src="js/starter.js"></script>
</head>
<body>
<div data-container="main">
<noscript>
<div data-container="noscript">Diese Seite benötigt JavaScript!</div>
</noscript>
</div>
</body>
</html>