forked from capatton/Facebook-Radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathevents.html
23 lines (22 loc) · 867 Bytes
/
events.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<link rel='stylesheet' href='/stylesheets/main.css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:300' rel='stylesheet' type='text/css'>
<title>Event Detective</title>
</head>
<body>
<div id="fb-root"></div>
<script src="js/jquery.js"></script>
<script src="js/events.js"></script>
<h1>Event Page</h1>
<p id="eventIds"></p>
<button type="submit" onclick="buttonclick(0)">Event 0</button>
<button type="button" onclick="buttonclick(1)">Event 1</button>
<button type="button" onclick="buttonclick(2)">Event 2</button>
<button type="button" onclick="buttonclick(3)">Event 3</button>
<p> Event info: </br></br> </p>
<p id="eventInfo"></p>
</body>
</html>