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.
67 lines
1.1 KiB
67 lines
1.1 KiB
7 months ago
|
<!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>
|
||
|
|
||
|
Shinobi Countdown Timer
|
||
|
|
||
|
</title>
|
||
|
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
|
||
|
<br><br>
|
||
|
|
||
|
<h1 class="main-heading">shinobi countdown timers
|
||
|
|
||
|
</h1>
|
||
|
|
||
|
<div class="modes">
|
||
|
|
||
|
<a class="mode" href="#" data-time="300">5x situation</a>
|
||
|
|
||
|
<a class="mode" href="#" data-time="600">10x everything</a>
|
||
|
|
||
|
<a class="mode" href="#" data-time="1200">20x system</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>
|