mirror of
https://github.com/JamesonHuang/OpenWrt_Luci_Lua.git
synced 2024-11-24 14:20:10 +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>
|