-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
20 lines (20 loc) · 1.02 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html>
<head>
<meta name="x-blackberry-defaultHoverEffect" content="false" />
<meta name="viewport" content="initial-scale=1.0,width=1024,user-scalable=no,target-densitydpi=device-dpi" />
<link rel="stylesheet" type="text/css" href="bbUI/bbUI.css"><link />
<link rel="stylesheet" type="text/css" href="css/lemma.css"><link />
<script type="text/javascript" src="bbUI/bbUI.js"></script>
<script type="text/javascript" src="bbUI/bbUI_playbook.js"></script>
<script type="text/javascript" src="js/jsOAuth-1.3.1.js"></script>
<script type="text/javascript" src="js/key.js"></script>
<script type="text/javascript" src="js/global.js"></script>
<script type="text/javascript" src="js/datehelper.js"></script>
<script type="text/javascript" src="js/list.js"></script>
<script type="text/javascript" src="js/readability.js"></script>
<script type="text/javascript" src="js/bignumber.js"></script>
</head>
<body onload="do_just_launched();">
</body>
</html>