2019-03-04 13:02:53 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Simple Countdown timer</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<link rel="stylesheet" type="text/css" media="screen" href="main.css">
|
|
|
|
<script src="timer.js"></script>
|
|
|
|
</head>
|
|
|
|
<body>
|
2019-03-11 18:11:07 +00:00
|
|
|
<label><input type="checkbox" id="showPastEvents" /> Auch abgelaufene Events zeigen</label>
|
2019-03-04 13:02:53 +00:00
|
|
|
</body>
|
|
|
|
</html>
|