Files
bl-mt798x/uboot-mtk-20250711/failsafe/fsdata/fail.html
2025-08-21 14:43:54 +08:00

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>