-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (29 loc) · 816 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="rahul-hytrox">
<meta name="Keywords" content="animation, smoke title">
<meta name="Description" content="Animation Title With Smoke Background">
<title>Smoke Title</title>
<link href="./css/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<section>
<video src="./clip/smoke-clip.mp4" autoplay muted></video>
<h1>
<span>K</span>
<span>R</span>
<span>O</span>
<span>N</span>
<span>E</span>
<span class="space">X</span>
<span>T</span>
<span>E</span>
<span>C</span>
<span>H</span>
</h1>
</section>
</body>
</html>