Update 2025-04-13_16:43:49

This commit is contained in:
root
2025-04-13 16:43:50 +02:00
commit 5b46114a61
2244 changed files with 407391 additions and 0 deletions

21
static/index.html Normal file
View File

@ -0,0 +1,21 @@
<!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>