-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpost.html
27 lines (24 loc) · 1 KB
/
post.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>
<head>
<title>Abhijeet singh</title>
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Source+Code+Pro:wght@700&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width,
initial-scale=1,maximum-scale=1,minimum-scale=1" />
<link rel="stylesheet" type="text/css" href="default.css">
</head>
<body>
<div class="nav-wrapper">
<div class="dots-wrapper">
<div id="dot-1" class="browser-dot"></div>
<div id="dot-2" class="browser-dot"></div>
<div id="dot-3" class="browser-dot"></div>
</div>
<ul id="navigation">
<li><a href="#">Contact</a></li>
<!-- <li><a href="#">Contact</a></li> -->
</ul>
</div>
</body>
</html>