(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | <!doctype html> | ||
+ | <html lang=''> | ||
+ | <head> | ||
+ | <meta charset='utf-8'> | ||
+ | <meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
+ | <meta name="viewport" content="width=device-width, initial-scale=1"> | ||
+ | <link rel="stylesheet" href="https://2018.igem.org/Team:SBS_SH_112144/NavBar.css"> | ||
+ | <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script> | ||
+ | <script src="script.js"></script> | ||
+ | <title>CSS MenuMaker</title> | ||
+ | </head> | ||
+ | <body> | ||
+ | <div id='cssmenu'> | ||
+ | <ul> | ||
+ | <li class='active'><a href='#'><span>Home</span></a></li> | ||
+ | <li><a href='#'><span>Products</span></a></li> | ||
+ | <li><a href='#'><span>Company</span></a></li> | ||
+ | <li class='last'><a href='#'><span>Contact</span></a></li> | ||
+ | </ul> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
+ | <html> |
Revision as of 08:32, 16 October 2018
<!doctype html>