-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 882 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">
<link rel="stylesheet" href="normalize.css">
<link rel="stylesheet" href="style.css">
<title>Mouldy Lemons</title>
</head>
<body>
<header class="mainheader">
<h1 class="mainheader__title">Mouldy Lemons</h1>
<h3 class="mainheader__subtitle">Discover the zestiest flicks</h3>
</header>
<div id="root" class="container"></div>
<footer class="footer">
<p class="container">Powered by Lemons (and IMDB)</p>
</footer>
<script src="dist/bundle.js"></script>
</body>
</html>