<!doctype html>
<html lang="de">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<style>
body{margin:0;padding:0;}
.stagetimer-wrap{padding:10px;}
</style>
</head>
<body>
<div class="stagetimer-wrap">
<div id="stagetimer-widget"></div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.2/js/bootstrap.bundle.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/locale/de.js"></script>
<script src="https://fiasko.org/stagetimer_script.js"></script>
<script>
jQuery(function(){
if(typeof fill_dates_table === "function"){
fill_dates_table();
} else {
console.error("fill_dates_table() nicht gefunden.");
}
});
</script>
</body>
</html>