aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tg16/infoscreens/display2.html
blob: aac561707650ea810e07a83600ffb1cf5335aca1 (plain)
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
56
57
58
<html>
<head>
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Sans" />
<style>
body {
	background-image: url("bg.png");
	background-repeat: no-repeat;
	font-family: 'Droid Sans';
	font-size: 30px;
	margin: 0 0 0 0;
}

div {
	//border:1px solid red;
	border: none;
}

#container {
	width: 1079px;
	height: 1920px;
}

#logo-constraint {
	width: 854px;
	height: 250px;
}

#frame {
	width: 854px;
	height: 680px;
	border: none;
}

#header {
	text-align: center;
}

#content {
	width: 855px;
}
</style>
</head>
<body>
	<div id="container">
		<div id="logo-constraint"></div>
		
		<div id="content">
			<h1 id="header">Gaming Platform</h1>
			<iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1603progom_html"></iframe>
		</div>

		<div id="content">
			<h1 id="header">Web Browsers</h1>
			<iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1604bowsers_html"></iframe>
		</div>
	</div>
<body>
</html>