-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 712 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 712 Bytes
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">
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="https://imgs.search.brave.com/bhigCKSWtBecfJu-8QxLFSFSC0AinrlJJpGkYvzpjrg/rs:fit:860:0:0:0/g:ce/aHR0cHM6Ly9sb2dv/d2lrLmNvbS9jb250/ZW50L3VwbG9hZHMv/aW1hZ2VzL2luZGlh/bi1wcmVtaWVyLWxl/YWd1ZTk2OTUubG9n/b3dpay5jb20ud2Vi/cA" type="image/x-icon">
<title>IPL Info</title>
</head>
<body>
<main>
<h1>IPL TEAM WINNERS</h1>
<button>Go & Check!!</button>
<video src="introo.mp4" autoplay muted ></video>
</main>
<script src="script.js"></script>
</body>
</html>