-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdebug.html
More file actions
34 lines (32 loc) · 1.56 KB
/
Copy pathdebug.html
File metadata and controls
34 lines (32 loc) · 1.56 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- <script src="http://192.168.1.35:8080/target/target-script-min.js"></script> -->
<!-- <script src="http://localhost:8080/target/target-script-min.js"></script> -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>LuneTube</title>
<link rel="shortcut icon" href="assets/favicon.ico"/>
<!-- -->
<meta http-equiv="Content-Type" content="text/html; charset=utf8"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, height=device-height"/>
<!-- Less.js (for client-side rendering of less stylesheets; comment to use pre-compiled CSS) -->
<!-- <script src="enyo/tools/less.js"></script> -->
<!-- <script src="https://raw.githubusercontent.com/WebReflection/circular-json/master/build/circular-json.js"></script> -->
<!-- enyo (debug) -->
<script src="enyo/enyo.js" charset="utf-8"></script>
<!-- application (debug) -->
<script src="source/package.js" charset="utf-8"></script>
<!-- <script src="lib/modules/jstream.js"></script>
<script src="lib/modules/html-entities.js"></script>
<script src="lib/modules/querystring.js"></script>
<script src="lib/modules/url.js"></script> -->
</head>
<body class="enyo-unselectable">
<script type="text/javascript">
new App().renderInto(document.body);
// new WebosApp().renderInto(document.body);
</script>
</body>
</html>