Skip to content

Instantly share code, notes, and snippets.

@cpave3
Created August 1, 2019 02:29
Show Gist options
  • Save cpave3/3df0df0cd1c1d137d601bcdd5db91775 to your computer and use it in GitHub Desktop.
Save cpave3/3df0df0cd1c1d137d601bcdd5db91775 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>- ooops! -</title>
<style>
body {
background: #0000aa;
color: #ffffff;
font-family: courier;
font-size: 12pt;
text-align: center !important;
/* margin: 100px; */
position: relative;
}
blink {
color: yellow;
}
.neg {
background: #fff;
color: #0000aa;
padding: 2px 8px;
font-weight: bold;
}
p {
margin: 15px 0px;
text-align: left;
}
.menu {
text-align: center;
margin-top: 50px;
}
.wrapper {
position: relative;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 65%;
}
.text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
</style>
</head>
<body>
<div class="wrapper">
<span class="neg">HIPAA VIOLATION</span>
<div class="text">
<p>
It appears that you have left your computer unattended<br />
This is bad because it means dodgy characters can do things <br />
to your device without you ever knowing.
</p>
<p>
* This infraction may or may not have been logged.<br />
* Press CTRL+ALT+DEL to restart your computer. You will<br />
&nbsp; lose unsaved information in any programs that are running.
</p>
Close page to continue <blink>_</blink>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment