Skip to content

Instantly share code, notes, and snippets.

@sigdelsanjog
Created September 22, 2017 15:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sigdelsanjog/9366a79b07b0bc61defa882558c7ebd1 to your computer and use it in GitHub Desktop.
Save sigdelsanjog/9366a79b07b0bc61defa882558c7ebd1 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" href="countdown.css" />
</head>
<body>
<div class="container">
<h1 class="title">COUNTDOWN</h1>
<div class="countdown" id="count"></div>
<button class="btn" id="start">Start</button>
</div>
<script>require('./renderer')</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment