-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfallback.html
More file actions
47 lines (39 loc) · 1.36 KB
/
fallback.html
File metadata and controls
47 lines (39 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sheldon</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<link rel="stylesheet" href="/scripts/fallback.css" type="text/css"/>
<!--you have to consider this website responsive - for browser tag-->
<meta name="viewport" content="width-device-width, initial-scale-1.0">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Raleway:200">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Nobile">
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if lte IE 7]>
<script src="js/IE8.js" type="text/javascript"></script><![endif]-->
<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" media="all" href="css/ie6.css"/><![endif]-->
</head>
<body>
<div class="content">
<h1>Turn Javascript ON and It'll return the favor.
</h1>
</div>
<div class="content2">
<h2>Not sure how? Insecure?
Here's a link on "how-to"
<br>
<a href="http://www.enable-javascript.com">universal guide
</a>
</h2>
</div>
<br>
<br>
<br>
<div class="button">
<a href="/index.html"><input type="button" value="Done!"></a>
</div>
</body>
</html>