-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscripts.html
More file actions
29 lines (25 loc) · 797 Bytes
/
scripts.html
File metadata and controls
29 lines (25 loc) · 797 Bytes
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
<!DOCTYPE html>
<html>
<!DOCTYPE html>
<html>
<link href ='style.css' rel = 'stylesheet'>
<head>
<title>Pyparam</title>
</head>
<body>
<nav>
<ul class='nav'>
<li ><a href="/">Home</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/research">Research</a></li>
<li><a href="/scripts">Codes</a></li>
<li><a href="/usefullinks">Useful Links</a></li>
</ul>
</nav>
<h1>This page is in Under Construction</h1>
<footer>
<ul class='foot'>
<li class='footer'><a href="mailto:paramveersharma9@gmail.com">Gmail</a></li>
<li class='footer'><a href="https://github.com/pyparam">GitHub</a></li>
<li class='footer'><a href="https://linkedin.com/in/paramveersharma">LinkedIn</a></li>
</ul>