-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paths4p28.html
More file actions
22 lines (21 loc) · 760 Bytes
/
s4p28.html
File metadata and controls
22 lines (21 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!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">
<title>Portfolio Project</title>
</head>
<body>
<h1>Anish kumar's Portfolio </h1>
<h2>I'm a Web Developer</h2>
<hr>
<h3><a href="../s2p16.html">Movie Ranking Project</a></h3>
<img src="movie rating.png" alt="" height="200" alt="Movie ranking project preview">
<h3><a href="../s3p22.html">Birthday Invite Project</a></h3>
<img src="birthday invite.png" height="200" alt="Birthday Invite project">
<hr>
<a href="../about.html">About Me</a>
<a href="../contact.html">Contact Me</a>
</body>
</html>