-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (20 loc) · 832 Bytes
/
index.html
File metadata and controls
26 lines (20 loc) · 832 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="style.css">
<title>Hacktoberfest - BIT Deoghar</title>
</head>
<body>
<header id="showcase">
<!-- <h1>Come! Join the hack!</h1>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Modi officiis ipsum officia numquam expedita ullam.</p> -->
<div style="position: relative; left: 480px; top: 80px;">
<a href="https://docs.google.com/forms/d/1KnoCqPHLeoZocXJLaTIAcxW8pbGKzvVQxaZF_TVMIFU/viewform?ts=5d9ca55b&edit_requested=true" class="button">Register Here!</a>
</div>
</header>
</div>
</body>
</html>