-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstruction.html
More file actions
43 lines (42 loc) · 1.32 KB
/
Copy pathconstruction.html
File metadata and controls
43 lines (42 loc) · 1.32 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
<!DOCTYPE html>
<!-- Andrew Phillips -->
<!-- MiU 0212 -->
<!-- Project 3 -->
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="robots" content="index, follow"/>
<meta name="viewport" content="initial-scale=1.0, width=device-width"/>
<meta name="HandheldFriendly" content="true" />
<meta name="MobileOptimized" content="320" />
<title>Journeys - Adventure Scrapbook</title>
<link rel="stylesheet" href="css/style.css" type="text/css" />
</head>
<body>
<div id="content">
<div data-role="page" id="home">
<div data-role="header">
<header>
<h1>Journeys</h1>
<div id="construction">
</div>
</header>
<div data-role="content" id="construction">
<p>The media system is under construction. Check back soon!!</p>
</div>
</div>
<div data-role="navbar">
<a href="#addscrapbook" id="backScrapbook" type="submit" value="Back to Scrapbook" data-theme="b" data-icon="back" iconpos="right">Back to Scrapbook</a>
</div>
<div data-role="footer" data-theme="c" data-position="fixed">
<div data-role="navbar">
<ul>
<li><a href="#home" data-icon="home">Home</a></li>
<li><a href="#list" data-icon="search">Search</a></li>
<li><a href="#browsegal" data-icon="grid">Gallery</a></li>
<li><a href="#addscrapbook" data-icon="plus">Add New</a></li>
</ul>
</div>
</div>
</body>
</html>