forked from ricmacas/FixIt-HTML-Jetpack
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmainmenu.html
34 lines (33 loc) · 1.17 KB
/
mainmenu.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>FixIt</title>
<link rel="stylesheet" type="text/css" href="main.css"/>
</head>
<body id="home" class="html-ltr windows sand">
<div id="outer-wrapper">
<div id="wrapper">
<br>
<h1>FixIt Main Menu</h1>
<img src="nurse.png" alt="nurse-jan"/>
<p>This will teach and/or automate the steps of:</p>
<ul>
<li>Changing your homepage</li>
</ul>
<p>To continue, please choose if you would like this add-on to fix it for you or follow a set of instructions:</p>
<form class="red" action="replace.me">
<p><input type="radio" name="choice" class="red"/>Automate the steps</p>
<p> <input type="radio" name="choice" class="red"/>Teach me how to do it</p>
<a class="button" href="#buttons">Next</a>
<a class="button-blue" href="#buttons">Cancel</a>
</form>
</div>
</div>
<footer>
<div style="clear: both;">
<p class="align alignleft">Step 1 of 3</p>
<p class="align alignright">How to change your homepage</p></div>
</footer>
</body>
</html>