-
Notifications
You must be signed in to change notification settings - Fork 0
/
bigscreen.html
56 lines (46 loc) · 1.63 KB
/
bigscreen.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<!--[if lt IE 7 ]> <html class="no-js ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]> <html class="no-js ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]> <html class="no-js ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<head>
<script>
"use strict";
var VERSION = 1;
var SETTINGS = { 'DEFAULT': 'notloaded' };
</script>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Metrics Display Page</title>
<script src="settings.js"></script>
<script src="urls.js"></script>
<meta name="description" content="Metrics Display Page for Big Screen Monitor">
<meta name="author" content="Brent S.A. Cowgill">
<meta name="version" content="$Id$">
<link type="text/plain" rel="author" href="/humans.txt" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css?v=2">
<script src="effects.js"></script>
<script src="js/jquery-1.10.2.min.js"></script>
<script src="js/jquery-ui-1.10.4.custom.min.js"></script>
<script src="auto-pics.js"></script>
</head>
<body>
<div id='floatURL' class='hidden'></div>
<div id="container">
<header>
</header>
<div id="main" role="main">
<div id="panel1" class="content">
<img id="img1" src='file://D|d/s/github/BigScreen/Dropbox/Photos/Wallpaper/wallpaper.png'>
</div>
<div id="panel2" class="content">
<iframe id="img2" src=''></iframe>
</div>
</div>
<footer>
</footer>
</div> <!-- eo #container -->
<script src="bigscreen.js"></script>
</body>
</html>