Files
2025-04-13 16:43:50 +02:00

22 lines
501 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>🏆 VictoryTimer</title>
<link rel="stylesheet" href="style.css">
<script type="module" src="app.js"></script>
</head>
<body>
<h1>🏆 VictoryTimer</h1>
<h2>⏱ Zeit seit letzter Zigarette:</h2>
<div id="timer"></div>
<button id="resetBtn">Ich habe geraucht</button>
<p id="message"></p>
<h2>📈 Deine letzten Versuche</h2>
<canvas id="historyChart" width="600" height="300"></canvas>
</body>
</html>