-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 822 Bytes
/
Copy pathindex.html
File metadata and controls
22 lines (19 loc) · 822 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">
<title>MovieTracker</title>
<link rel="stylesheet" type="text/css" href="./components/Login/Login.css">
<link rel="stylesheet" type="text/css" href="./components/Register/Register.css">
<link rel="stylesheet" type="text/css" href="./components/MovieCard/MovieCard.css">
<link rel="stylesheet" type="text/css" href="./components/MovieIndex/MovieIndex.css">
<link rel="stylesheet" type="text/css" href="./components/Favorites/Favorites.css">
<link rel="stylesheet" type="text/css" href="./components/App/App.css">
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
</head>
<body>
<div id='main'></div>
<script src='./app/bundle.js'></script>
</body>
</html>