-
Notifications
You must be signed in to change notification settings - Fork 0
/
no1.html
52 lines (49 loc) · 1.39 KB
/
no1.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
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Divyansh Verma | Designer</title>
<link rel="stylesheet" href="CSS/normalize.css">
<link href="https://fonts.googleapis.com/css?family=Changa+One|Open+Sans" rel="stylesheet">
<link rel="stylesheet" href="CSS/main.css">
<link rel="stylesheet" href="CSS/responsive.css">
<link rel="stylesheet" type="text/css" href="CSS/bookstyle.css">
<meta name="viewport" content="width=device-width , initial-scale=1.0">
</head>
<body>
<header class="top">
<a href="contact.html" id="logo">
<h1>No Notes</h1>
<h2>About Designer</h2>
</a>
<nav>
<ul>
<li><a href="book.html" >Book</a></li>
<li><a href="notes.html" class="selected">Notes</a></li>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
</header>
<header>
<a href="about.html" id="logo">
<h1>No Notes</h1>
<h2>About Designer</h2>
</a>
<nav>
<ul>
<li><a href="index.html" >Book</a></li>
<li><a href="notes.html" class="selected">Notes</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<img src="Images/error.jpg" class="topim">
<div id="wrapper">
<footer>
<a href="https://www.facebook.com/divyansh.verma.96"> <img src="Images/facebook.png" alt="Facebook Logo" class="social-icon" ></a>
<a href="https://github.com/divyansh121212"> <img src="Images/github.png" alt="Github Logo" class="social-icon"></a>
<p>© 2017 Divyansh Verma.</p>
</footer>
</div>
</body>
</html>