diff --git a/html/menu_bar.html b/html/menu_bar.html index 0195662..55584af 100644 --- a/html/menu_bar.html +++ b/html/menu_bar.html @@ -1,1406 +1,41 @@ + +
+ + +
- - - - - - - - - - - - - - - - - - - - - - - - - - - - jps/menu_bar at master · joeyajames/jps - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Skip to content - - - - - - - - - - - - - -
- -
- - -
- -
- - - - - - - - - -
-
-
- - - - - - - - - - - - - - -
- -
- -
-

- - - / - - jps - - -

- - -
- -
    - - - - -
  • - -
    - -
    - - - Watch - - -
    - Notifications -
    -
    - - - - - - - -
    -
    -
    - -
    -
  • - -
  • -
    -
    - - -
    -
    - - -
    - -
  • - -
  • - - - Fork - - -
  • -
- -
- - - - - - -
- - - - - - -
-
- - - - - - - - - Permalink - - - - -
- - -
- - Branch: - master - - - - -
- - - -
-
-
- -
- - Find file - - - Copy path - -
-
- - -
- - Find file - - - Copy path - -
-
- - - - - - -
-
- - - - - Update menu_bar - - - - b8cfe6e - Feb 14, 2020 - -
- -
-
- - 1 contributor - - -
- -

- Users who have contributed to this file -

-
- -
-
-
-
- - - - - - -
- -
-
- - 41 lines (37 sloc) - - 763 Bytes -
- -
- -
- Raw - Blame - History -
- - -
- - - - -
- -
-
- -
-
-
- - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
<html>
<header>
<!-- we put all the styling inside the header tags. Normally the styles would go in a separate file -->
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
-
li {
float: left;
}
-
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
-
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #258;
}
</style>
</header>
-
<body>
<!-- This is our HTML code for the menu itself. -->
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
<li style="float:right"><a class="active" href="#about">About</a></li>
</ul>
</body>
</html>
- - - -
- -
- - - -
- - -
- - -
-
- - - -
-
- -
-
- - -
- - - - - - -
- - - You can’t perform that action at this time. -
- - - - - - - - - - - - - - -
- - + -