-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu-help.php
25 lines (24 loc) · 1008 Bytes
/
menu-help.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
<!DOCTYPE html>
<html>
<head>
<title>TrashMap - Help</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="layout.css">
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.css" />
<script src="http://code.jquery.com/jquery-1.8.2.min.js"></script>
<script src="http://code.jquery.com/mobile/1.2.0/jquery.mobile-1.2.0.min.js"></script>
</head>
<body>
<div data-role="page" id="menu-help">
<div data-role="header">
<h1>Menu Help</h1>
<a data-role="button" data-icon="back" data-rel="back" data-iconpos="notext"></a>
</div>
<div data-role="content">
<p><b>Game Mode</b>: search for trash cans and recycling bins in fun and interactive ways!</p>
<p><b>QuickFind</b>: for those that want to find a trash can or recycling bin asap!</p>
<p><b>My Account</b>: View your achievements, the leaderboard, and your trash history!</p>
</div>
</div>
</body>
</html>