-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (27 loc) · 1.08 KB
/
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
<!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="styles/style.css">
<title>YEAH FUCK IT!</title>
<script src="scripts/index.js" async></script>
<link rel="shortcut icon" href="assets/rock.png" type="image/x-icon">
</head>
<body>
<main>
<form action="GET" novalidate>
<input class="search-input" type="text" name="name" placeholder="type your name">
<input class="submit-input" type="submit" value="Submit">
</form>
<div class="container">
<img src="https://media1.tenor.com/m/CWgfFh7ozHkAAAAC/rick-astly-rick-rolled.gif" alt="gif-rick-roll" class="one">
<div class="meme">
<video src="assets/rickroll.mp4" autoplay controls preload loop></video>
<div class="message"></div>
</div>
<img src="https://media1.tenor.com/m/8TXDhnnpDMkAAAAC/rick-astley-cry.gif" alt="gif-rick-roll" class="two">
</div>
</main>
</body>
</html>