forked from harshita2216/hello-jobs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (23 loc) · 776 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
28
29
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hello Jobs!</title>
<link rel="stylesheet" href="styles.css">
<link href='https://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
</head>
<body>
<header class="header-fixed">
<div class="header-limiter">
<h1><a href="#">Hello <span>Jobs</span></a></h1>
<nav>
<a href="#">Home</a>
<a href="#" class="selected">Blog</a>
<a href="#">About</a>
<a href="#">Contact</a>
</nav>
</div>
</header>
</body>
</html>