This repository has been archived by the owner on Aug 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththisPage.html
92 lines (85 loc) · 3.33 KB
/
thisPage.html
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<html>
<img src="./images/banner.png" width="400" height="auto" />
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<head>
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<!-- YOU SEEK THE CONSOLE -->
<link rel="icon" href="./favicon.ico" />
<title>Appearance is deceptive</title>
<link
href="https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@600;900&display=swap"
rel="stylesheet"
/>
<!-- Bootstrap CSS only -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z"
crossorigin="anonymous"
/>
<link href="./css/main.css" rel="stylesheet" />
<script
src="https://kit.fontawesome.com/4b9ba14b0f.js"
crossorigin="anonymous"
></script>
<script src="./js/index.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script>
$(document).ready(function () {
$("#content").load("./drawing.html");
});
</script>
</head>
<body>
<h3 style="color: white;">Just color it LOL</h3>
<p style="color: white;">and show it to us on Instagram... @dsc_nit.agt</p>
<!-- <div class="mainbox">
<div class="this-text">
<p style="font-size: x-small;">
If you are <strong><span style="color:red">STUCK</span></strong> at this page for more than 15 mins,
Post a screenshot on Instagram tagging
<strong><span style="color:blue">@dsc_nit.agt</span></strong> with the message
<strong><span style="color:green">#DSC_CHALLANGE</span></strong> and then <strong><span style="color:yellow">DM</span></strong> us to receive a HINT.
</p>
</div>
<div>
</div>
<div class="err">4</div>
<i class="far fa-question-circle fa-spin"></i>
<div class="err2">4</div>
<div class="msg">
Maybe this page moved? Got deleted? Is hiding out in quarantine? Never
existed in the first place?
<p>
Or maybe we are just looking for <span style="color:red"><strong>GEEKY</strong></span> volunteers for
the
</p>
<h3>Developer Student Clubs NIT-A</h3>
<p>Sometime things need a close <strong><span style="color:red">in</span><span style="color:blue">sp</span><span style="color:green">ec</span><span style="color:yellow">t</span></strong>ion</p>
<br />
<p style="color: black;">Thou seekth the holy console</p>
<p style="color: black;">created by @__winter.soldier__</p>
</div>
</div> -->
<div id="content"></div>
<form action="https://forms.gle/XtX1pyfLfMMdPy7E6">
<button type="submit">SUBMIT</button>
</form>
<p style="color: red;"><strong>NOTE: </strong> This is just for fun :D... won't be taken in account while selecting members for the club.</p>
</body>
</html>