-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatured.html
More file actions
43 lines (33 loc) · 1.36 KB
/
Copy pathfeatured.html
File metadata and controls
43 lines (33 loc) · 1.36 KB
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">
<head>
<meta charset="utf-8">
<title>Prabeen</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3917199234636900"
crossorigin="anonymous"></script>
</head>
<body>
<!--Top Navigation Starts Here -->
<div class="parent">
<div class="sub-parent">
<h3><a class="homeLogo" href="index.html">PRABEEN</a></h3>
</div>
<div class="top-navigation">
<ul class="navigation">
<li class="topNav"><a class="top-anchor"
href="https://www.youtube.com/channel/UCTWy9G9VrhpQldD7H3wUCoA">Youtube</a></li>
<li class="topNav"><a class="top-anchor" href="work.html">Work</a></li>
<li class="topNav"><a class="top-anchor" href="featured.html">Featured</a></li>
<li class="topNav"><a class="top-anchor" href="index.html">About me</a></li>
</ul>
</div>
<hr size="1" width="99%" color="white">
<div style="margin-left: 36%; margin-top: 10%;">
<img src="construction.gif" alt="">
<h3 style="color: white">Under construction</h3>
</div>
</div>
<script src="function.js"></script>
</body>
</html>