-
Notifications
You must be signed in to change notification settings - Fork 0
/
error.html
102 lines (96 loc) · 3.93 KB
/
error.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html>
<head>
<!--[if lt IE 9]>
<script src="http://ie7-js.googlecode.com/svn/version/2.1(beta4)/IE9.js"></script>
<![endif]-->
<script type = "text/javascript" src = "/js/Error.js"></script>
<script type = "text/javascript" src = "/js/Footer.js"></script>
<script type = "text/javascript">
window.onload = function() {
var foot = new Footer(document.getElementById("bottom"));
foot.load();
var container = foot.getDomElement();
container.style.position = "fixed";
container.style.bottom = 0;
container.style.left = 0;
};
</script>
<link rel="stylesheet" type="text/css" href="/files/futura.css" />
<link rel = "stylesheet" href = "/files/error-styles.css" />
</head>
<body>
<div id = "container">
<div id = "content">
<div id = "header">
<h1 class = "background-image">Rome</h1>
<h2 class = "background-image">“Three Dreams of Black”</h2>
</div>
<div id = "error">
<!-- Any errors fall here -->
<p>We are sorry, but it appears that your browser does not support WebGL. Please <a href = 'http://www.google.com/chrome?brand=CHKX&utm_campaign=en&utm_source=en-rome-webgl&utm_medium=rome-webgl'>download Google Chrome</a> and try launching this site again.</p>
</div>
</div>
<div id = "bottom"></div>
<!--
/*
* MyFonts Webfont Build ID 796864, 2011-05-04T15:31:31-0400
*
* The fonts listed in this notice are subject to the End User License
* Agreement(s) entered into by the website owner. All other parties are
* explicitly restricted from using the Licensed Webfonts(s).
*
* You may obtain a valid license at the URLs below.
*
* Webfont: Futura Medium
* URL: http://new.myfonts.com/fonts/bitstream/futura/medium/
* Foundry: Bitstream
* Copyright: Copyright 1990-1999 as an unpublished work by Bitstream Inc. All rights reserved. Confidential.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: unlimited/month
* CSS font-family: FuturaBT-Medium
* CSS font-weight: normal
*
* Webfont: Futura Medium Italic
* URL: http://new.myfonts.com/fonts/bitstream/futura/medium-italic/
* Foundry: Bitstream
* Copyright: Copyright 1990-1999 as an unpublished work by Bitstream Inc. All rights reserved. Confidential.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: unlimited/month
* CSS font-family: FuturaBT-MediumItalic
* CSS font-weight: normal
*
* Webfont: Futura Bold
* URL: http://new.myfonts.com/fonts/bitstream/futura/bold/
* Foundry: Bitstream
* Copyright: Copyright 1990-1999 as an unpublished work by Bitstream Inc. All rights reserved. Confidential.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: unlimited/month
* CSS font-family: FuturaBT-Bold
* CSS font-weight: normal
*
* Webfont: Futura Bold Italic
* URL: http://new.myfonts.com/fonts/bitstream/futura/bold-italic/
* Foundry: Bitstream
* Copyright: Copyright 1990-1999 as an unpublished work by Bitstream Inc. All rights reserved. Confidential.
* License: http://www.myfonts.com/viewlicense?1056
* Licensed pageviews: unlimited/month
* CSS font-family: FuturaBT-BoldItalic
* CSS font-weight: normal
*
* (c) 2011 Bitstream Inc
*/
-->
</div>
</body>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22949694-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</html>