You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
513 B
21 lines
513 B
<html>
|
|
<head>
|
|
<title></title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<link href='http://fonts.googleapis.com/css?family=Orbitron:400,700' rel='stylesheet' type='text/css'>
|
|
<script src="js/app.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="stopwatch">
|
|
0
|
|
</div>
|
|
|
|
<div id="controls">
|
|
<button id="start">Start</button>
|
|
<button id="stop">Stop</button>
|
|
<button id="reset">Reset</button>
|
|
<button id="countdown">Countdown</button>
|
|
</div>
|
|
</body>
|
|
</html>
|