Update interface.html

master
Ronin0000 2021-09-16 19:04:33 -07:00 committed by GitHub
parent 751fbdda43
commit 34baf995e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@
width: 100%; width: 100%;
} }
</style> </style>
<div class="card-footer"> <div id="controls">
<button class="btn btn-primary" idx="${lapIndex}" task="download">Download</button> <p>Create your events on the current week. Keep in note that your events repeat weekly.</p>
<button class="btn btn-default" idx="${lapIndex}" task="delete">Delete</button> <p>One you have created your events, Click <button id="upload" class="btn btn-primary">Upload</button></p>
</div> </div>
</head> </head>