1
0
mirror of https://github.com/osmarks/website synced 2025-09-01 18:27:55 +00:00

improve GUIHacker, add TTT, fix RSS, add blog post

This commit is contained in:
2022-02-25 20:10:16 +00:00
parent d30cf5ed1c
commit bac2a75be6
8 changed files with 584 additions and 22 deletions

View File

@@ -40,8 +40,28 @@ description: <a href="https://github.com/osmarks/guihacker">My fork</a> of GUIHa
.description {
display: none;
}
.overlay {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
}
.accessdenied {
font-size: 4em;
background: #a00;
color: red;
padding: 0.5em;
border: 0.05em solid #666;
}
</style>
<canvas class='hacker-3d-shiz'></canvas>
<canvas class='bars-and-stuff'></canvas>
<div class="output-console"></div>
<div class="overlay"><div class="accessdenied" style="display: none">ACCESS DENIED</div></div>
<script src="/assets/js/h4xx0r.js"></script>