-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (29 loc) · 1.29 KB
/
index.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
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta charset="UTF-8">
<title> Home Page </title>
<body>
<h1> Hello Buddy- THIS IS MY FIRST WEBSITE USING BASIC HTML TOOLS </h1>
<hr />
<h2> Here is the list of movies that i recommend you to watch </h2>
<ol>
<li><a href="https://archive.org/details/3-idiots_202112"> 3 IDIOT </li>
<li><a href="https://www.dailymotion.com/video/x8yx7qg"> Lapata ladies </li>
<li><a href="https://www.marvel.com/movies">Avengers</a></li>
<ul>
<li>The Avengers(2012) </a></li>
<li>Avengers: Age of Ultron (2015)</a> </li>
<li>Avengers: Infinity War (2018)</li>
</ul>
</ol>
<h2> HERE IS A PIC OF MICROSOFT THEME</h2>
<img src ="https://img.etimg.com/thumb/msid-76695421,width-650,height-488,imgsize-228666,resizemode-75/microsoft.jpg " />
<h3> Do You Want to know more about me? --- CLICK BELOW TO THE IMAGE</h3>
<a href="file:///C:/Users/dell/Desktop/project/aboutme.html"><img src="https://i.pinimg.com/736x/3c/38/24/3c38242fc1ae730454170da196390ad9.jpg"> </a>
<h4> CLICK BELOW TO SEE MY LOCATION </h4>
<a href="https://www.bing.com/maps?&mepi=12~Directions~Unknown~Direction_Button&ty=0&rtp=pos.26.476072311401367_80.29537963867188__Pranveer%20Singh%20Intstitute%20Of%20Technology__e_~&mode=d&v=2&sV=1">MY LOCATION </a>
</body>
</head>
</html>