options: add reminder

This commit is contained in:
He4eT 2024-08-15 20:50:51 +02:00
commit e6798f988d

View file

@ -5,6 +5,10 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Milje 2077 Settings</title>
<style>
body {
font-family: sans;
}
.form {
width: 100%;
}
@ -14,7 +18,7 @@
}
.form-group {
margin-bottom: 8px;
margin-bottom: 16px;
}
.form-group label {
@ -105,6 +109,9 @@
</div>
<hr/>
<p>
Do not forget to press the "Save" button and reload the page with Milje!
</p>
<button type="submit">Save</button>
</form>