Skip to content

Instantly share code, notes, and snippets.

@damilolaolatunji
Created February 3, 2021 14:48
Show Gist options
  • Save damilolaolatunji/c8959c7f95565bd6eb111719006381c3 to your computer and use it in GitHub Desktop.
Save damilolaolatunji/c8959c7f95565bd6eb111719006381c3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Hex colour generator</title>
<link rel="stylesheet" href="/assets/css/style.css" />
</head>
<body>
<div class="container">
<h1>Hex Color Code: <span class="hexValue">#ffffff</span></h1>
<button class="btn">Click me</button>
</div>
<script src="/assets/js/script.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment