17 lines
528 B
HTML
Executable File
17 lines
528 B
HTML
Executable File
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>更新失败</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<script src="/index.js"></script>
|
|
</head>
|
|
<body onload="getversion()">
|
|
<div id="m">
|
|
<h1 class="red">更新失败</h1>
|
|
<div class="i e"><strong>更新过程中出现问题</strong>您可能选择了错误的文件。请重试或与此修改的作者联系。您还可以在U-Boot控制台的更新过程中获得更多信息。</div>
|
|
</div>
|
|
<div id="version"></div>
|
|
</body>
|
|
</html>
|