File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 44< head >
55 < meta charset ="UTF-8 ">
66 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7- < title > Workout logger </ title >
7+ < title > Workout Logger </ title >
88 < link rel ="stylesheet " href ="styles.css ">
99 < style >
1010 : root {
163163
164164< body >
165165 < header >
166- < h1 > Workout logger </ h1 >
166+ < h1 > Workout Logger </ h1 >
167167 < p class ="lead "> Fill out a workout template from the Cloudflare Worker, with autosave and last-session
168168 references.</ p >
169169 </ header >
@@ -180,8 +180,7 @@ <h2 style="margin: 0;">API settings</h2>
180180 </ summary >
181181 < div class ="stack " style ="margin-top: 0.75rem; ">
182182 < label for ="api-token "> Bearer token</ label >
183- < input id ="api-token " type ="password " autocomplete ="off "
184- placeholder ="Paste WORKOUT_API_TOKEN ">
183+ < input id ="api-token " type ="password " autocomplete ="off " placeholder ="Paste WORKOUT_API_TOKEN ">
185184 < div class ="controls ">
186185 < button type ="button " id ="save-token "> Save</ button >
187186 < button type ="button " id ="clear-token " class ="secondary "> Clear</ button >
You can’t perform that action at this time.
0 commit comments