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.
66 lines
1.1 KiB
66 lines
1.1 KiB
<!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"> |
|
|
|
<link rel="stylesheet" href="assets/css/styling.css" /> |
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0/dist/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous"> |
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootswatch@5.1.3/dist/vapor/bootstrap.min.css"> |
|
|
|
<title> |
|
|
|
Lenape's Countdown Timer |
|
|
|
</title> |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
<br><br> |
|
|
|
<h1 class="main-heading">lenape's countdown timers |
|
|
|
</h1> |
|
|
|
<div class="modes"> |
|
|
|
<a class="mode" href="#" data-time="300">5x something</a> |
|
|
|
<a class="mode" href="#" data-time="600">10x everything</a> |
|
|
|
<a class="mode" href="#" data-time="1200">20x reality</a> |
|
|
|
|
|
</div> |
|
|
|
<div class="get-started" style="display:none;"> |
|
|
|
</div> |
|
|
|
<main> |
|
|
|
<div class="pomodoro"> |
|
|
|
<h1 class="pomodoro__time"></h1> |
|
|
|
</div> |
|
|
|
</main> |
|
|
|
<audio src="assets/sounds/alarm.mp3"></audio> |
|
|
|
<script src="assets/countdown.js"></script> |
|
|
|
</body> |
|
|
|
</html>
|
|
|