2019-03-09 21:41:23 +01:00
|
|
|
<!DOCTYPE html>
|
2020-05-17 20:59:00 +02:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta content='width=device-width' name='viewport'>
|
|
|
|
<title>WLED Update</title>
|
|
|
|
<script>function B() { window.history.back() }</script>
|
|
|
|
<style>
|
|
|
|
.bt {
|
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
border: .3ch solid #333;
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 20px;
|
|
|
|
margin: 8px;
|
|
|
|
margin-top: 12px
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type=file] {
|
|
|
|
font-size: 16px
|
|
|
|
}
|
|
|
|
|
|
|
|
body {
|
|
|
|
font-family: Verdana, sans-serif;
|
|
|
|
text-align: center;
|
|
|
|
background: #222;
|
|
|
|
color: #fff;
|
|
|
|
line-height: 200%
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2020-06-22 12:30:31 +02:00
|
|
|
<h2>WLED Software Update</h2>Installed version: ##VERSION##<br>Download the latest binary: <a
|
2020-09-07 21:04:21 +02:00
|
|
|
href="https://github.com/Aircoookie/WLED/releases" target="_blank"><img
|
2020-05-17 20:59:00 +02:00
|
|
|
src="https://img.shields.io/github/release/Aircoookie/WLED.svg?style=flat-square"></a><br>
|
|
|
|
<form method='POST' action='/update' enctype='multipart/form-data'><input type='file' class="bt" name='update'
|
|
|
|
required><br><input type='submit' class="bt" value='Update!'></form><button type="button" class="bt"
|
|
|
|
onclick="B()">Back</button>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|