Skip to content

Instantly share code, notes, and snippets.

@HectorBlisS
Created April 5, 2018 21:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HectorBlisS/7b20627536e7754eb016b5a1dc254e90 to your computer and use it in GitHub Desktop.
Save HectorBlisS/7b20627536e7754eb016b5a1dc254e90 to your computer and use it in GitHub Desktop.
<!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