Created
April 5, 2018 21:44
-
-
Save HectorBlisS/7b20627536e7754eb016b5a1dc254e90 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>bliss</title> | |
<link rel="stylesheet" href="styles.css"/> | |
</head> | |
<body> | |
<nav class="navbar"> | |
<h3>Logo</h3> | |
<button> | |
Menu | |
</button> | |
<div class="menu"> | |
<span> | |
Link1 | |
</span> | |
<span> | |
link2 | |
</span> | |
<span> | |
link3 | |
</span> | |
</div> | |
</nav> | |
<script src="main.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment