mirror of
https://github.com/Anvilcraft/jensmemes
synced 2024-11-12 04:52:24 +01:00
renamed theme, to correct name
This commit is contained in:
parent
71d642d8f8
commit
4a23134aca
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
<title>JensMemes v2</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link id="theme" rel="stylesheet" href="themes/dark.css" />
|
||||
<link id="theme" rel="stylesheet" href="themes/lama.css" />
|
||||
<script defer src="script.js"></script>
|
||||
<script defer src="button.js"></script>
|
||||
</head>
|
||||
|
@ -49,9 +49,9 @@
|
|||
<div id="themediv">
|
||||
<p>Theme:</p>
|
||||
<select name="Themes" id="themeswitcher">
|
||||
<option value="dark">Llama</option>
|
||||
<option value="lama">Lama</option>
|
||||
<option value="light">LordMZTE</option>
|
||||
<option value="old">Old</option>
|
||||
<option value="old">Old</option>
|
||||
<option value="retro">Retro</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue