diff options
Diffstat (limited to 'examples/tg16/infoscreens/display1.html')
| -rw-r--r-- | examples/tg16/infoscreens/display1.html | 58 | 
1 files changed, 58 insertions, 0 deletions
diff --git a/examples/tg16/infoscreens/display1.html b/examples/tg16/infoscreens/display1.html new file mode 100644 index 0000000..05dd134 --- /dev/null +++ b/examples/tg16/infoscreens/display1.html @@ -0,0 +1,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">Social Networks</h1> +			<iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1601social_html"></iframe> +		</div> + +		<div id="content"> +			<h1 id="header">Games</h1> +			<iframe id="frame" src="http://spock.tg16.gathering.org:8000/en-US/account/insecurelogin?username=secret&password=REMOVED&return_to=/app/thegathering/tg1602games_html"></iframe> +		</div> +	</div> +<body> +</html>  | 
