mirror of
https://github.com/ADElectronics/RTL00_WEB_WS2812.git
synced 2025-02-13 22:25:17 +00:00
15 lines
463 B
HTML
15 lines
463 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="/basic_style.css">
|
|
</head>
|
|
<body onload="reloadTimer.reload(10)">
|
|
<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.html'>Main</a>
|
|
</div>
|
|
</body>
|
|
</html>
|