-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp.html
55 lines (41 loc) · 1.47 KB
/
help.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Weather Helps</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- (D) GOOD OLD FAVICON -->
<link rel="icon" href="images/favicon.png" type="image/png">
<link rel="stylesheet" href="help-style.css">
<!-- <link rel="stylesheet" href="https://unpkg.com/mvp.css@1.10.2/mvp.css"> -->
</head>
<body>
<div class='reference'>
<h1>Weather Helps</h1>
<div id='help'>
<br><button><a href='index.html'>Go Back</a></button>
<h2>How to Use this App</h2>
<ul>
<li>This app pulls weather data from the National Weather Service from weather.gov.</li>
<li>You can pull down from the top to refresh the data.</li>
<li>Currently, Radar is a link that goes to the image from the NWS. You will need to go "back" to return to the app. Click on "Weather" at the top to show current weather, or pull to refresh.</li>
</ul>
<h2>How to Install this App</h2>
<h3>Android (Chrome or Firefox)</h3>
<ul>
<li>Open the main page in your browser</li>
<li>Open your browser’s settings</li>
<li>Scroll down and tap "Add to Home screen"</li>
<li>Confirm by tapping Add</li>
</ul>
<h3>iOS (Safari)</h3>
<ul>
<li>Open the main page in Safari</li>
<li>Press the "Share" button</li>
<li>select "Add to Home Screen"</li>
<li>Tap "Add" in the top right corner to finish installing the PWA</li>
</ul>
</div>
<br>
</body>
</html>