-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathVishesh17714.html
33 lines (29 loc) · 1.21 KB
/
Vishesh17714.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
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="stylevishesh.css">
<title>Document</title>
</head>
<body class="aesthetic">
<nav class="navigation">
<div class="navigation left">
<a href="https://bcs-labyrinth.herokuapp.com/">
<span><img src="img/logobcs.png" width="94px" alt=""></span>
</a>
<ul>
<li><a href="https://bcs-labyrinth.herokuapp.com/#one">Home</a></li>
<li><a href="Vishesh.html">About</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div>
</nav>
<h1>Hello BCS</h1>
<div class="lorem1">Lorem ipsum dolor sit amet consectetur adipisicing elit. Repellat quam qui sit hic soluta
explicabo exercitationem neque fugiat, voluptatem nulla magni. Repudiandae omnis quidem debitis dolorem
perspiciatis sit, consectetur saepe?</div>
<img src="/img/large_thapar_university_patiala_92ef88d16c.jpg" alt="" srcset="">
</body>
</html>