Line 3: | Line 3: | ||
<html> | <html> | ||
<head> | <head> | ||
− | <link rel="stylesheet" href=" | + | <link type="text/css" rel="stylesheet" href="normalize.css" /> |
+ | <link rel="stylesheet" href="../styles/style.css"> | ||
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> | <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.0/css/all.css" integrity="sha384-lKuwvrZot6UHsBSfcMvOkWwlCMgc0TaWr+30HWe3a4ltaBwTZhyTEggF5tJv8tbt" crossorigin="anonymous"> | ||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> | ||
+ | </head> | ||
− | + | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
− | + | ||
− | + | ||
+ | <script src="../scripts/script.js"></script> | ||
+ | <body> | ||
+ | <div class="content"> | ||
<ul class="navbar"> | <ul class="navbar"> | ||
<li class="menu_option dropdown"> | <li class="menu_option dropdown"> | ||
Line 73: | Line 76: | ||
</ul> | </ul> | ||
+ | </div> | ||
+ | |||
+ | </body> | ||
</html> | </html> |
Revision as of 15:04, 3 July 2018