diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2018-02-02 17:35:46 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-02 17:35:46 +0530 |
commit | de7147a206796f7d10a4d183291f470889dd6ccc (patch) | |
tree | 8432983498511c4d2608e21d2d161805447f4a64 /menu.html | |
parent | 1275eb8d8043c5c82edfb1986ae9efe629e4fa97 (diff) |
Rename menu(old).html to menu.html
Diffstat (limited to 'menu.html')
-rw-r--r-- | menu.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/menu.html b/menu.html new file mode 100644 index 0000000..5342c4e --- /dev/null +++ b/menu.html @@ -0,0 +1,30 @@ +<html lang="en" > + +<head> + + <link rel="stylesheet" href="css/menu.css"> +</head> + +<body> + <!-- Menu by Captain Anonymous who forked it from Dmitry Kiselyov--> + <div id='cssmenu'> + <ul> + <li><a href='https://navanchauhan.github.io'>Home</a></li> + <li class='active'><a href='#'>Projects</a> + <ul> + <li><a href='https://navanchauhan.github.io/Mjolnir'>Mjölnir</a> + + </li> + <li><a href='https://navanchauhan.github.io/Showdown'>Showdown</a> + + </li> + </ul> + </li> + </li> + <li><a href='https://navanchauhan.github.io/Contact.html'>Contact</a></li> + </ul> + </div> + <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script> + <script src="js/menu.js"></script> +</body> +</html> |