-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex2.html
executable file
·56 lines (55 loc) · 1.4 KB
/
index2.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
<!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>Untitled Document</title>
<style type="text/css">
#wrapper {
width: 600px;
margin-right: auto;
margin-left: auto;
padding: 20px;
}
p {
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.3em;
}
ol {
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
line-height: 1.5em;
}
.bolder {
font-weight: bold;
}
.italics {
font-style: italic;
}
#header {
}
#body {
}
#footer {
clear: both;
}
</style>
</head>
<body>
<div id="wrapper">
<div id="header"><img src="mysteryHeader2.jpg" width="600" height="335" /></div>
<div id="body">
<p><span class="bolder">This building is full of surprises!</span> Using your iPhone, iPad or iPod Touch, you can look deeper into some of Discovery’s secrets.</p>
<ol>
<li>Get the App. Download <span class="italics">“ARIS”</span> from the Apple App Store.</li>
<li>Create an account in <span class="italics">ARIS</span>.</li>
<li>Launch the <span class="bolder">“Mystery of Discovery”</span> game.</li>
<li>Scan one of the codes below to begin.</li>
</ol>
</div>
<div id="footer">
<p>Are We still putting the codes in here?</p>
</div>
</div>
</body>
</html>