17 lines
559 B
HTML
17 lines
559 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Update failed</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<script src="/main.js"></script>
|
|
</head>
|
|
<body onload="getversion()">
|
|
<div id="m">
|
|
<h1 class="red">UPDATE FAILED</h1>
|
|
<div class="i e"><strong>Something went wrong during update</strong>Probably you have chosen wrong file. Please, try again or contact with the author of this modification. You can also get more information during update in U-Boot console.</div>
|
|
</div>
|
|
<div id="version"></div>
|
|
</body>
|
|
</html>
|