mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-23 22:00:11 +00:00
17 lines
343 B
HTML
17 lines
343 B
HTML
<html>
|
|
<head>
|
|
<script>
|
|
function safe_continue (){
|
|
window.location.href = '<%=safeurl%>';
|
|
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1 style="text-align:center;">
|
|
<a href="#" onclick="safe_continue()">go on visite</a>
|
|
</h1>
|
|
</body>
|
|
</div>
|