-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 752 Bytes
/
Copy pathindex.html
File metadata and controls
29 lines (24 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<html>
<head>
<title>ASV@DC29 CTF - JS2 - RANDOM IN'NIT</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="./styles.css" type="text/css">
</head>
<body id="rGZsYWd7UzFLM30=">
<div class="container centered">
<h2>MAYA'S JAVASCRIPT TRIALS</h2>
<h2>2 - RANDOM IN'NIT</h2>
<br>
<div class="form">
<p for="input">Enter flag:</p>
<br/>
<input type="text" id="input" placeholder="ASV{______________________}" autocomplete="off">
</div>
<div id="answer"></div>
</div>
<canvas class="background"></canvas>
<script src="https://cdnjs.cloudflare.com/ajax/libs/particlesjs/2.2.2/particles.min.js"></script>
</body>
<script src="./f0.js"></script>
<script src="./f1.js"></script>
</html>