mirror of
https://github.com/openziti/zrok.git
synced 2024-12-11 09:21:01 +01:00
13 lines
320 B
HTML
13 lines
320 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<script>
|
||
|
function onClick() {
|
||
|
document.cookie = "zrok_interstitial = true";
|
||
|
window.location.reload();
|
||
|
}
|
||
|
</script>
|
||
|
<body>
|
||
|
<h1>this is a zrok share!</h1>
|
||
|
<button onClick="onClick()">Visit Site</button>
|
||
|
</body>
|
||
|
</html>
|