Light Modus hinzugefügt
This commit is contained in:
23
settings/index.html
Normal file
23
settings/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<form>
|
||||
<h2>Ressourcen</h2>
|
||||
<label>
|
||||
<input type="checkbox" id="light">
|
||||
<b>Light Modus</b><br>
|
||||
Verringert die Prozessorlast durch abschalten der interaktiven Elemente
|
||||
</label>
|
||||
<br>
|
||||
<br>
|
||||
<button type="submit">Speichen</button>
|
||||
</form>
|
||||
|
||||
<script src="settings.js"></script>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user