-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (24 loc) · 911 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="shortcut icon" type="image/png" href="https://image.flaticon.com/icons/png/512/4144/4144609.png">
<link href="styles.css" rel="stylesheet">
<script src="script.js" defer></script>
<script src="https://use.fontawesome.com/70a4d64d22.js"></script>
</head>
<body>
<h1>RANDOM MOVIE GENERATOR</h1>
<div id="container">
<div id="pitch">Are you tired of not being able to decide on which movie to watch?<br>Worry no more, just click the button and watch the randomly picked movie!
</div>
<img src="">
<div id="name"></div>
<div id="rating"></div>
<button>GET RANDOM MOVIE</button>
</div>
</body>
</html>