-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (21 loc) · 723 Bytes
/
index.html
File metadata and controls
26 lines (21 loc) · 723 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Wallpaper</title>
<link rel="stylesheet" href="styles.css" />
</head>
<body class="container">
<iframe width="958" height="927" src="https://www.youtube.com/embed/a2GujJZfXpg?autoplay=1&loop=1&rel=0" frameborder="0" allow="autoplay"></iframe>
<header>
<div class="title">
<h1>Hi, Welcome. Hope You Enjoy!</h1>
</div>
</header>
<div class="img-container">
</div>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src="./main.js"></script>
</body>
</html>