mirror of
https://github.com/ADElectronics/RTL00_WEB_VS.git
synced 2024-11-22 14:24:16 +00:00
16 lines
543 B
HTML
16 lines
543 B
HTML
<!DOCTYPE html>
|
|
<html><head>
|
|
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
|
|
<title>RTL871X WIFI</title>
|
|
<link rel="stylesheet" href="/style.css">
|
|
<script src="/scripts.js"></script>
|
|
</head><body onload="reloadTimer.reload(10)">
|
|
<h3 class="top">RTL871X Built-in Web server <sup>©</sup></h3>
|
|
<div class="content">
|
|
<h3>Timeout <span id='timer'>?</span> sec...</h3>
|
|
* Redirect: <a href='http://~sys_url~/'>http://~sys_url~/</a> *<br><br>
|
|
<a href='/index.htm'>Main</a>
|
|
</div>
|
|
~inc:footer.inc~
|
|
</body>
|
|
</html>
|