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.

22 lines
906 B

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/css/bootstrap.min.css" integrity="sha384-9aIt2nRpC12Uk9gS9baDl411NQApFmC26EwAOH8WgZl5MYYxFfc+NcPb1dKGj7Sk" crossorigin="anonymous">
<title>Practice Timer</title>
</head>
<body>
<main class="container-fluid">
<button type="button" class="btn btn-primary">Start</button>
<button type="button" disabled class="btn btn-secondary">Stop</button>
<button type="button" disabled class="btn btn-danger">Reset</button>
<h1></h1>
</main>
<script src="app.js" charset="utf-8"></script>
</body>
</html>