-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworldpeace.html
38 lines (38 loc) · 1.06 KB
/
worldpeace.html
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
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<meta name="author" content="Flux User">
<meta name="description" content="My Website">
<meta name="keywords" content="Flux, Mac">
<link href="main.css" rel="stylesheet" type="text/css">
<title>Play Bridge</title>
</head>
<body>
<div id="board">
<div class="buttons">
<a class="button " id="soon"><span>Soon!</span></a>
</div>
<div class="myhand">
</div>
</div>
<div class="error">
</div>
<div>
</div>
<div id="user-info">
</div>
<div id="fb-root">
</div>
</body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js">
</script>
<script src="http://connect.facebook.net/en_US/all.js">
</script>
<script src="scripts/log4js/log4javascript.js">
</script>
<script src="main.js">
</script>
<script>
initBridge();
</script>
</html>