forked from server/landingpage
40 lines
1.2 KiB
HTML
40 lines
1.2 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<title>FS-HTML</title>
|
|
<link rel="stylesheet" type="text/css" href="css/kwicks.css" />
|
|
<script src="json/links.js" type="text/javascript"></script>
|
|
<script src="js/main.js" type="text/javascript"></script>
|
|
<script src="js/jquery-1.2.6.min.js" type="text/javascript"></script>
|
|
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
|
|
<script src="js/jquery.kwicks-1.5.1.pack.js" type="text/javascript"></script>
|
|
<script type="text/javascript">
|
|
$().ready(function() {
|
|
$('.kwicks').kwicks({
|
|
max: 205,
|
|
spacing: 5,
|
|
sticky: true
|
|
});
|
|
});
|
|
</script>
|
|
</head>
|
|
|
|
<body onload="buildLinks(4, fachschaftslinks);">
|
|
<div class="container" align="center">
|
|
<h1 id="header">Für den Fachschaftsdienst</h1>
|
|
|
|
|
|
<div id="fsdienst">
|
|
</div>
|
|
|
|
<div id="button">
|
|
|
|
<input id="change" type="button" value="Change" onclick="change();"/>
|
|
<input id="music" type="button" value="" onclick="music();"/>
|
|
</div>
|
|
|
|
</div>
|
|
</body>
|
|
</html>
|