-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (32 loc) · 1.19 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>Taqneeq 15.0</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="./images/TqLogo.png">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>Taqneeq 15.0</h1>
<p>This site is under maintainance!! <br />
Check out our upcoming Hackathon <a href="https://cybercypher.taqneeqfest.com">Cyber Cypher 2.0</a>.</p>
</header>
<!-- Signup Form -->
<form id="signup-form" method="post" action="https://cybercypher.taqneeqfest.com">
<input type="email" name="email" id="email" placeholder="Email Address" />
<input type="submit" value="Submit" />
</form>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://www.instagram.com/taqneeqfest/" class="icon brands fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="darsh.mashroomcloud" class="icon fa-envelope"><span class="label">Email</span></a></li>
</ul>
</footer>
<!-- Scripts -->
<script src="assets/js/main.js"></script>
</body>
</html>