-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathie.html
93 lines (92 loc) · 4.32 KB
/
ie.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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Tectonics.js - 3d plate tectonics in your web browser</title>
<meta charset="utf-8">
<style>
body {
padding : 0;
margin : 0;
color : white;
background-color: black;
font-family : Helvetica, Arial, sans-serif;
font-size : 100%;
}
h1,h2,h3 {
font-family: Garamond, Garogier, serif;
}
h1 {
margin-bottom: 0.502%;
margin-top: 0.502%;
}
.header {
font-weight:bold;
}
.header a {
color : white;
text-decoration : none;
}
.header a:hover {
text-decoration : none;
}
.navigation
{
margin-left: 23.6%;
width: 161%;
font-size: 0.7rem;
}
.navigation a:hover {
color: grey;
text-decoration : none;
}
.article{
color: black;
background-color: white;
}
</style>
</head>
<body>
<div style="margin: 1em;" >
<!--Back in the old days, men were real men and used tables.-->
<table>
<tr>
<td class="header" style="padding: 0;">
<h1><a href="blog/">Tectonics.js</a></h1>
</td>
<td></td>
</tr>
<tr>
<td class="header" class="navigation" colspan="2" style="padding-left: 5em ;">
<a href="blog/index.html">ABOUT</a>
<a href="blog/news.html">BLOG</a>
<a href="blog/contact.html">CONTACT</a>
<a href="https://github.com/davidson16807/tectonics.js">CODE</a>
</td>
<td></td>
</tr>
<tr><td><!--and one for good luck:--> </td></tr>
<tr>
<td></td>
<td class="article" style="margin: 2em; padding: 2em;" >
<h2>Aw, Come On!</h2>
<p>Tectonics.js does not support Internet Explorer </p>
<p>So here's some background:</p>
<p>Internet Explorer<sup>®</sup> ("IE") is a software utility packaged with old copies of the Microsoft<sup>®</sup> Windows<sup>®</sup> operating system. Amazingly, Microsoft<sup>®</sup> packaged its products with FREE copies of Internet Explorer<sup>®</sup> as a service to users, who could then use Internet Explorer<sup>®</sup> to acquire an actual web browser.</p>
<p>All but the most very recent versions of Internet Explorer<sup>®</sup> are noncompliant with the international standards that are expected among modern web browsers. Tectonics.js uses state of the art, post-1996 web technologies and as such requires support for the latest web standards, <i>sine qua non</i>. Without a compliant browser the project is simply not possible, and even delivering simple messages such as this requires work arounds on the developer's behalf.<!--Seriously, IE8 doesn't even read the stupid three.js library without compilation errors.--></p>
<p>It is strongly advised that you install a compliant web browser. The following are all excellent choices that are easily downloaded at no cost to you, whatsoever. Most browsers here offer autoupdate features that ensure your browser supports even the latest web standards with little or no effort on your part.</p>
<ul>
<li><a href="http://www.google.com/chrome/">Google Chrome</a></li>
<li><a href="http://www.mozilla.org/en-US/firefox/">Mozilla Firefox</a></li>
<li><a href="http://www.opera.com/">Opera</a></li>
<li><a href="http://support.apple.com/downloads/#safari">Apple Safari</a></li>
</ul>
<p >This probably all comes as a big downer, but cheer up then: IE offers bar none the best support for marquee text in the whole world!</p>
<br/><!--wouldn't be complete without a br, too-->
<marquee><b><big>GET A REAL BROWSER!</big></b></marquee>
</td>
</tr>
<tr><td><!--hell, another for the road:--> </td></tr>
</table>
</div>
</body>
</html>