-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.html
More file actions
43 lines (40 loc) · 1.3 KB
/
setup.html
File metadata and controls
43 lines (40 loc) · 1.3 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>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>NaviChoice | A Safari Extension</title>
<meta
name="description"
content="A Safari extension to set the default navigation app for Google search results"
/>
<meta name="author" content="Jacob Ridgwell" />
<link rel="stylesheet" href="styles.css" />
<link rel="icon" type="image/png" href="./favicon.png" />
</head>
<body>
<h1>Set Up NaviChoice</h1>
<ul class="setup-tutorial">
<li class="step">Tap the button in the menu bar</li>
<li><img src="./static/address_bar.jpg" alt="address bar" /></li>
<li class="step">Tap Manage Extensions</li>
<li>
<img
src="./static/manage_extensions.jpg"
alt="manage extensions option"
/>
</li>
<li class="step">Toggle the switch on for NaviChoice</li>
<li class="step">Tap Done</li>
<li class="step">Tap NaviChoice below Manage Extensions</li>
<li><img src="./static/naviChoiceOption.jpg" alt="address bar" /></li>
<li class="step">Select your default navigation!</li>
</ul>
</body>
<footer>
<a href="mailto:support@navichoice.app">support@navichoice.app</a>
<a href="mailto:feature-requests@navichoice.app"
>feature-requests@navichoice.app</a
>
</footer>
</html>