-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
46 lines (43 loc) · 1.35 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>When is Alia Bhatt's next movie coming out?</title>
<link href="https://fonts.googleapis.com/css?family=Unica+One" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="container">
<div class="flex-left">
<h1>
When is Alia Bhatt's next movie coming out?
</h1>
<a href="countdown">
<button>
Let's find out!
</button>
</a>
</div>
<div class="flex-right">
</div>
<footer>
<div class="footer-left">
<a href="http://tmdb.org">
<img src="https://www.themoviedb.org/static_cache/v4/logos/stacked-green-cae7a95e2590dbdde28284ac26245cb2792788838f5c498b892e8d01c183e6f3.svg">
</a>
</div>
<div class="footer-right">
Built by
<a href="http://rmorabia.com">Radhika Morabia</a>.
<br> Source on
<a href="http://github.com/rmorabia/alia">GitHub</a>.
<br>
<small>This product uses the TMDb API but is not endorsed or certified by TMDb.</small>
</div>
</footer>
</div>
</body>
</html>