-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
26 lines (22 loc) · 866 Bytes
/
about.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
<!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>Document</title>
</head>
<body>
<!-- Html links -->
<h1><a href="index.html" target="_top"> Go Back</a></h1>
</body>
<!-- Html Images -->
<img src="./images/random.jpg" alt="Mountain Picture" />
<img src="./images/random.jpgtjh" alt="Mountain Picture" />
<img src="./images/random.jpg" height="250px" alt="Mountain Picture" />
<img src="./images/manutd.gif" height="250px" alt="Mountain Picture" />
<img src="https://i.pinimg.com/originals/b7/a6/db/b7a6dbab27f826f6640906fe47ad74da.gif" height="250px"
alt="Mountain Picture" />
<!-- https://7504-49-244-51-2.in.ngrok.io/ local website live -->
<!-- style component (css in java)-->
</html>