-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path1.html
43 lines (36 loc) · 1.52 KB
/
1.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>VIBHAV-ALUMNI</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Team Vibhav is the Departmental team of Electronics & Communications Engineering Department which works
for Nimbus Annual Technical Festival of National Institute of Technology, Hamirpur." name="description">
<meta name="keywords" content="Projects,events,workshops">
<!-- Favicons -->
<link href="img/Yellow.png" rel="icon">
<link href="img/Yellow.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,500,600,700,700i|Montserrat:300,400,500,600,700"
rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css" />
<!-- Bootstrap CSS File -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/style.css" rel="stylesheet">
<link rel="stylesheet" href="css/button.css">
</head>
<body>
<section id="features">
<div class="container">
<p class="glitch text-center">
VIBHAV ALUMNI
</p>
<div class="glitch1 mt-0">Coming Soon</div>
<div class="glitch1 mt-0"><a class="btn btn-outline-secondary" href="index.html">Go Back</a></div>
</div>
</section><!-- #about -->
</body>
</html>