Skip to content

Commit

Permalink
fix(bug)
Browse files Browse the repository at this point in the history
  • Loading branch information
AswinAsok committed Oct 1, 2023
1 parent e9e8370 commit f030b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/CapTF/Spiderman.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const Spiderman = () => {
</p>
<div style={{ marginTop: "20px", display: "flex", flexDirection: "column", alignItems: "center" }}>
<p style={{ fontSize: "1.5rem", fontWeight: "bold", marginBottom: "10px" }}>Don't have a laptop? Don't worry!</p>
<input type="text" onChange={(e) => setKey(e.target.value)} style={{ padding: "10px", borderRadius: "5px", border: "none", boxShadow: "0px 0px 10px white", backgroundColor: "black", color: "white", marginBottom: "10px" }} placeholder="Enter the flag here" />
<input type="text" onChange={(e) => setKey(e.target.value)} style={{ padding: "10px", borderRadius: "5px", border: "none", boxShadow: "0px 0px 10px white", backgroundColor: "black", color: "white", marginBottom: "10px" }} placeholder="Enter the key to unlock" />
<button onClick={() => {
if (key === "display: none;") {
alert("BeWebFlag");
Expand Down

0 comments on commit f030b6c

Please sign in to comment.