Files
bl-mt798x/uboot-mtk-20220606/failsafe/fsdata/fail.html
2023-08-31 01:58:58 +08:00

17 lines
560 B
HTML
Executable File

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<title>Update failed</title>
<link rel="stylesheet" href="/style.css">
<script src="/index.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>