-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfakeeditor.html
13 lines (13 loc) · 1.5 KB
/
fakeeditor.html
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html><head><meta name="viewport" content="width=device-width,initial-scale=1.0" /><title>Permission error</title><link href="style.css" rel="stylesheet" type="text/css" /></head><body>
<style>body, html{margin:0; padding: 0;}</style>
<div style="position: fixed; top: 0; left: 0; z-index: 3328;"><img src="editor.svg" alt="" width="100%" /></div>
<div style="position: fixed; top: 0; left: 0; z-index: 6666; background-color: rgba(0, 0, 0, 0.5); width: 100%; height: 100%;">
<!-- Yes I know document.write is bad.
But I'm too lazy to write proper JS here. -->
<div style="position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: red; color: white; padding: 3px;"><div style="font-size: 40px;">Permission error</div>
<div style="padding: 7px; border: 1px solid; background-color: white; color: black;">This page in a nutshell: The Tripoos rule.</div>
<div>The Parental Controls policy 'allow-at-times' disallows using the image editor at the current time, <b><script>document.write(new Date()); </script></b>.</div><div>The comment left by the parent was: <code>Go work on your TRIPOOS essay</code>.</div><div>This restriction has been set by your parent. They are able to lift this restriction.</div><div id="notify">Notifying parents...</div><div><a href="tripoo1.html" style="color: white;">More information</a></div></div>
</div>
<script>setTimeout(function() { document.getElementById('notify').textContent += "\nParents have been notified." }, 2000);</script>
</body></html>