-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (41 loc) · 1.27 KB
/
Copy pathindex.html
File metadata and controls
46 lines (41 loc) · 1.27 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
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
</head>
<body>
<h1>Adarsh kumar portfolio</h1>
<h2>I'm a web Developer</h2>
<hr>
<a href="1.html">Movie Ranking Project</a>
<h3>The Best Movies Acooeding to Adarsh</h3>
<h4>My top 3 Movies of All time.</h4>
<hr>
<h4>Spirited Away</h4>
<p1>This is my favourite anime.I love the beautiful images</p1>
<h4>EX Machina</h4>
<p1>Really cool sci-fi movie.</p1>
<h4>Drive</h4>
<p3>Super beautiful film.Really artistic.</p3>
<br>
<br>
<a href="5.html">Birthday Invite Project</a>
<h3>It's My Birthday</h3>
<p1>On 1st july</p1>
<img src="https://raw.githubusercontent.com/appbrewery/webdev/main/birthday-cake3.4.jpeg" alt="Birthday cake">
<h4>What to bring</h4>
<ul>
<li>Ballons(I love baloons)</li>
<li>Cakes(I'm really good at eating)</li>
<li>An Appetite(There will be lots of food)</li>
</ul>
<hr>
<a
href="7.html">About Me</a>
<a
href="8.html">Contact Me</a>
</body>
</html>
<!-- YOLO GitHub achievement: minor non-functional change -->