-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 904 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 904 Bytes
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 name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="apple-touch-icon" sizes="180x180" href="./img/logo.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/logo.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/logo.png">
<link rel="icon" type="image/png" sizes="96x96" href="./img/logo.png" >
<title>Animation Module</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<video autoplay muted loop id="background-video">
<source src="./img/SboyEPs.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h1>
<span>꧁༒</span>
<span>जय</span>
<span>बजरंग</span>
<span>बली</span>
<span>༒꧂</span>
</h1>
</body>
</html>