Compare commits

...

3 Commits

Author SHA1 Message Date
ca4ac4c3ac Update README.md 2026-01-12 22:11:58 -05:00
6471d72b74 Merge branch 'main' of https://gitea.thewrightserver.net/josh/WorkWeekProgress 2026-01-12 22:03:33 -05:00
4e2d489632 Changes title to Day Drain 2026-01-12 22:03:30 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,9 @@ It progresses **only during your scheduled work hours**
- During the day, the bar fills smoothly - During the day, the bar fills smoothly
- End of Workweek = **100% freedom** - End of Workweek = **100% freedom**
### Demo Site
https://daydrain.com
### Configuration ### Configuration
| Variable | Default | Description | | Variable | Default | Description |

View File

@@ -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 -->