-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathlbs.html
38 lines (32 loc) · 1.49 KB
/
lbs.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
<!DOCTYPE html>
<html>
<head>
<title>LIME-Bootstrap</title>
<!-- meta -->
<meta http-equiv="X-UA-Compatible" content="IE=10" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="author" content="Lundalogik" />
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<!-- No cache -->
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<!-- css -->
<link rel="stylesheet" type="text/css" href="system/dist/all.min.css" />
</head>
<body data-bind="event: { keydown: lbs.GlobalEventHandler.OnKeydown }">
<!-- ko stopBinding: true -->
<div id="debug" data-bind="visible: enabled"></div>
<div id="wrapper"></div>
<div id="loadingIndicator"></div>
<!-- external libs -->
<script src="system/dist/ext.all.min.js" type="text/javascript"></script>
<!-- lbs -->
<script src="system/dist/lbs.all.min.js" type="text/javascript"></script>
<script src="_config.js" type="text/javascript"></script>
<!-- /ko -->
</body>
</html>