Compare commits
2 Commits
f964b6e344
...
6471d72b74
| Author | SHA1 | Date | |
|---|---|---|---|
| 6471d72b74 | |||
| 4e2d489632 |
@@ -2,13 +2,13 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Work Week Progress</title>
|
<title>Day Drain</title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Workday Progress</h1>
|
<h1>Day Drain</h1>
|
||||||
<div class="status" id="statusText"></div>
|
<div class="status" id="statusText"></div>
|
||||||
|
|
||||||
<!-- Daily Progress -->
|
<!-- Daily Progress -->
|
||||||
|
|||||||
Reference in New Issue
Block a user