OpenWrt_Luci_Lua/1_1.mi_Lua/luci/view/web/safeurl.htm

17 lines
343 B
HTML
Raw Normal View History

2015-06-28 06:39:56 +00:00
<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>