Files
fridge-tracker/app/templates/index.html
2026-04-01 14:30:07 +01:00

11 lines
162 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Fridge Tracker</title>
</head>
<body>
<h1>Fridge Tracker</h1>
<p>Welcome. System is running.</p>
</body>
</html>