feat: Probably functional
This commit is contained in:
@@ -2,9 +2,16 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Fridge Tracker</title>
|
||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<h1>Fridge Tracker</h1>
|
||||
<p>Welcome. System is running.</p>
|
||||
<a class="button" href="/add">Add drink</a>
|
||||
<a class="button" href="/drinks">Drink catalogue</a>
|
||||
<a class="button" href="/transactions">Transactions</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user