Created
September 22, 2017 15:56
-
-
Save sigdelsanjog/9366a79b07b0bc61defa882558c7ebd1 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
<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