-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
27 lines (24 loc) · 847 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="index.css">
<link rel="shortcut icon" href="images/logo.png" type="image/png">
<title>NITH RESULTS</title>
</head>
<body>
<header class="header">
<div class="header__logo-box">
<img src="./images/logo.png" alt="LOGO" class="header__logo">
</div>
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">NIT HAMIRPUR</span>
<span class="heading-primary--sub">RESULTS SEARCH ENGINE</span>
</h1>
<a href="main.html" class="btn btn--white btn--animated">Get Your Result</a>
</div>
</header>
</body>
</html>