forked from codefoster/codeshow
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefault.html
More file actions
25 lines (23 loc) · 983 Bytes
/
Copy pathdefault.html
File metadata and controls
25 lines (23 loc) · 983 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>codeShow.JS.WindowsPhone</title>
<link href="//Microsoft.Phone.WinJS.2.1/css/ui-light.css" rel="stylesheet" />
<script src="//Microsoft.Phone.WinJS.2.1/js/base.js"></script>
<script src="//Microsoft.Phone.WinJS.2.1/js/ui.js"></script>
<script src="/js/MobileServices.js"></script>
<script src="/services/mobile services/codeshow/service.js"></script>
<script src="js/converters.js"></script>
<script src="/js/jquery-2.1.1.js"></script>
<script src="/js/ocho.js"></script>
<link href="/css/phone.css" rel="stylesheet" />
<script src="/js/default.js"></script>
<script src="/js/analytics.js"></script>
<script src="/js/data.js"></script>
<script src="/js/navigator.js"></script>
</head>
<body class="phone">
<div id="contenthost" data-win-control="Application.PageControlNavigator" data-win-options="{home: '/pages/hub/hub.html'}"></div>
</body>
</html>