Files
bl-mt798x/uboot-mtk-20230718-09eda825/failsafe/fsdata/404.html
zerowrt-bot 6bc682795c u-boot: translate Web UI to Chinese
Translate Web UI pages to Chinese for better usability.
2026-03-10 16:47:51 +08:00

19 lines
483 B
HTML

<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="refresh" content="2; URL=/" />
<title>页面不存在</title>
<link rel="stylesheet" href="/style.css">
<script src="/main.js"></script>
</head>
<body onload="getversion()">
<div id="m">
<h1 class="red">页面不存在</h1>
<div class="i e">您要查找的页面不存在!</div>
</div>
<div id="version"></div>
</body>
</html>