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