-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu-test.html
More file actions
54 lines (40 loc) · 1.05 KB
/
Copy pathmenu-test.html
File metadata and controls
54 lines (40 loc) · 1.05 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
44
45
46
47
48
49
50
51
52
53
54
<html>
<link rel="stylesheet" type="text/css" href="menu-css.css">
<h1><font size = "20"" face = "Avenir" color = "black">Select Your Account</font></h1>
<nav id="primary_nav_wrap">
<ul>
<li><a href="#">Select A Name</a>
<ul>
<li><a href="#">Chris</a></li>
<li><a href="#">Gayatri</a></li>
<li><a href="#">Michael</a></li>
<li><a href="#">Jessica</a>
</li>
</ul>
</li>
</ul>
<br>
<br>
</nav>
<break>
<br>
<br>
<br>
<br>
<br>
<p>
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<button type="button" class="btn btn-primary btn-lg">Create New Account</button>
</div>
<body>
</p>
</html>