-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlevel1.html
More file actions
55 lines (46 loc) · 1.75 KB
/
level1.html
File metadata and controls
55 lines (46 loc) · 1.75 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<!-- saved from url=(0033)https://ecell.iiitnr.ac.in/level4 -->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!-- <link rel="icon" type="image/svg+xml" href="/vite.svg" /> -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CSEA</title>
<script type="module" crossorigin="" src="index-DK-DEHfI.js.download"></script>
<link rel="stylesheet" crossorigin="" href="index-BX2FnSiu.css">
<style type="text/css">
.scroll-to-top {
background-color: white;
right: 40px;
bottom: 40px;
position: fixed;
z-index: 2;
cursor: pointer;
border-radius: 7px;
width: 40px;
height: 40px;
box-shadow: 0 9px 25px 0 rgba(132, 128, 177, 0.28);
border: none;
}
.scroll-to-top:active {
transform: matrix(0.95, 0, 0, 0.95, 0, 0);
}
</style>
<style data-emotion="css" data-s=""></style>
</head>
<body data-aos-easing="ease" data-aos-duration="400" data-aos-delay="0">
<div id="root">
<div class="main">
<div class="level1">
<div class="level-title" style="font-family: Georgia, 'Times New Roman', Times, serif;">LEVEL 1: The Jumbled
Cipher </div>
<div class="level-story" style="font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;">Decrypt the
following code and return the answer in the google form</div>
<div class="encrypted-container">
<div class="encrypted-message">
<pre>MDEwMTAxMDAgMDEwMDAxMDEgMDEwMDAwMTEgMDEwMDEwMDAgMDAxMDAwMDAgMDEwMDAxMDEgMDEwMTAwMTEgMDEwMDAwMTEgMDEwMDAwMDEgMDEwMTAwMDAgMDEwMDAxMDE=</pre>
</div>
</div>
</div>
</body>
</html>