composer/projects/hi3516ev200_lite_huishi/general/overlay/var/www/index.html

14 lines
249 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<script>
window.onload = function () {
location.href = "http://" + location.host + ":85/cgi-bin/preview.cgi";
}
</script>
</head>
<body>
Please open web interface on port 85.
</body>
</html>