-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiesucks.php
32 lines (28 loc) · 1.52 KB
/
iesucks.php
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Internet Explorer Sucks</title>
<link href="styles/iesucks.css" type="text/css" rel="stylesheet" />
</head>
<body>
<section>
<span class="header">..Really?</span>
<span class="subheader">InternetExplorer..?</span>
<br/><br/><br/><br/><br/><br/><br/><br/>
<span class="details1">Here at <b>ChattyWith.me</b> we have a certain dress code, which excludes Internet Explorer.</span>
<br/>
<span class="details2">Please come back with a, shall we say, more fitting browser</span>
<img src="images/iesucks-arrows.png" class="arrows" />
<br/>
<div class="list">
<ul>
<li><a href="http://www.mozilla.org/en-US/firefox/new/" target="_blank">Firefox<br/><img src="images/iesucks-firefox.png"/></a></li>
<li><a href="http://www.google.com/chrome" target="_blank">Chrome<br/><img src="images/iesucks-chrome.png"/></a></li>
<li><a href="http://www.apple.com/safari/" target="_blank">Safari<br/><img src="images/iesucks-safari.png"/></a></li>
<li><a href="http://www.opera.com/" target="_blank">Opera<br/><img src="images/iesucks-opera.png"/></a></li>
</ul>
</div>
</section>
</body>
</html>