1
0
mirror of https://github.com/osmarks/website synced 2025-08-31 01:37:57 +00:00

Actually remember to publish changes

Updates, caching mechanism, new article, changes to stack and problem-solving, GUIHacker betterness, UUIDs on RSS
This commit is contained in:
2023-02-14 22:49:48 +00:00
parent 568248177b
commit 0b19f8c578
10 changed files with 156 additions and 45 deletions

View File

@@ -61,9 +61,17 @@ description: <a href="https://github.com/osmarks/guihacker">My fork</a> of GUIHa
padding: 0.5em;
border: 0.05em solid #666;
}
.progress {
font-size: 4em;
min-width: 40rem;
text-align: center;
padding: 2rem;
border: 1px solid #00FF00;
}
</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>
<div class="overlay"><div class="accessdenied" style="display: none">ACCESS DENIED</div><div class="progress" style="display: none"></div></div>
<script src="/assets/js/h4xx0r.js"></script>