-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
62 lines (62 loc) · 2.18 KB
/
index.htm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>LIVE.bignetwork.se</title>
<link rel="stylesheet" href="live.css" type="text/css" media="screen" charset="utf-8">
</head>
<body id="index" onload="">
<div id="wrapper">
<div id="header">
<form action="" id="event_tag_chooser" method="get" accept-charset="utf-8">
<label for="event_tag">Hämtar saker taggade med:</label>
<input type="text" name="event_tag" value="lanparty" id="event_tag">
</form>
<h1><a href="index.htm">LIVE.bignetwork.se</a></h1>
</div>
<div id="blocks">
<div id="flickr" class="block">
<h2>Flickr</h2>
<ul id="flickr_images">
<li class="empty">Inga bilder.</li>
</ul>
</div>
<div id="twitter" class="block">
<h2>Twitter</h2>
<ul id="tweets">
<li class="empty">Inga tweets.</li>
</ul>
</div>
<div id="youtube" class="block">
<h2>YouTube</h2>
<ul id="youtube_videos">
<li class="empty">Inga videor.</li>
</ul>
</div>
<div id="news" class="block">
<h2>Nyheter</h2>
<ul id="newsitems">
<li class="empty">Inga nyhetsinlägg.</li>
</ul>
</div>
<div id="music" class="block">
<h2>Musik</h2>
<ul id="">
<li class="empty">Ingen spelad musik.</li>
</ul>
</div>
<div id="checked_in" class="block">
<h2>Incheckade</h2>
<ul id="">
<li class="empty">Inga incheckningar.</li>
</ul>
</div>
</div>
</div>
<script src="ecsstender.js" type="text/javascript" charset="utf-8"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.query-2.1.7.js" type="text/javascript" charset="utf-8"></script>
<script src="jquery.jfeed.js" type="text/javascript" charset="utf-8"></script>
<script src="live.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>