-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (19 loc) · 875 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cat Video</title>
</head>
<body>
<h3>There is the following video :</h3>
<div><p>The following video, that I captured is after installing a new extension in VS code(an opensource software for writing codes in various languages). You can see cute cats there.</p></div>
<div><p>And I am sending this in form of a part of a silly website just because this video will take large memory if I send you directly.</p></div>
<div>
<video src="video01.mp4" controls muted width="700"></video>
<video src="video02.mp4" controls muted width="700"></video>
</div>
<div><p>Thank u madam for watching !</p></div>
<div><img src="image01.jpeg" alt="your hubby" width="200"></div>
</body>
</html>