Minor updates to index.html

Some minor tweaks to index.html for accessibility and browsers.
This commit is contained in:
David Ford 2022-08-29 16:55:20 -05:00
parent c363f033e8
commit 4fce1063c4

View File

@ -1,6 +1,7 @@
<html>
<html lang="en">
<head>
<title>Stable Diffusion Dream Server</title>
<meta charset="utf-8">
<link rel="icon" href="data:,">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@ -70,7 +71,7 @@
<input value="0.8" min="0" max="1" type="number" id="gfpgan_strength" name="gfpgan_strength" step="0.05">
<label title="Upscaling to perform using ESRGAN." for="upscale_level">Upscaling Level</label>
<select id="upscale_level" name="upscale_level" value="">
<option value="" selected></option>
<option value="" selected>None</option>
<option value="2">2x</option>
<option value="4">4x</option>
</select>