Files
Sam Thorogood 8af19b8ca9 move
2020-12-04 09:18:01 +11:00

18 lines
539 B
HTML

<!DOCTYPE html>
<html class="trim full">
<head>
<link rel="stylesheet" href="browser.css">
<link rel="stylesheet" href="blocked.css">
</head>
<body class="trim full flex-container column center">
<div class="flex flex-container row center">
<div class="flex flex-container column center">
<div class="flex center-text">Page blocked</div>
<div class="flex center-text">
<span class="a" onclick="window.history.back()">Go Back</span>
</div>
</div>
</div>
</body>
</html>