Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdenOwl committed Nov 15, 2024
2 parents cd0e64f + 1228916 commit 2d4dcee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body {
padding-block: 0;
padding-inline: 0;
}
s-page {
/* s-page {
position: fixed;
top: 0;
bottom: 0;
Expand All @@ -15,7 +15,7 @@ s-page {
display: flex;
flex-direction: column;
overflow: hidden;
}
} */

#UғWlғFb21ғh {
display: flex;
Expand Down
1 change: 0 additions & 1 deletion assets/js/flagChecker.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let questionNumber = 1;

const doubleCheck = async () => {
let locked = document.getElementById('lockDown');
let locked2 = document.getElementById('lockDown2');
let question;

while (true) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<s-page theme="dark">
<div id="UғWlғFb21ғh">
<h1>
The Final Key...
Mr.C's Bank Vault
</h1>
<s-text-field>
id="theText"
Expand Down

0 comments on commit 2d4dcee

Please sign in to comment.