-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
23 lines (22 loc) · 1.13 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Watch your favorite movies and shows for free!">
<meta name="keywords" content="zmov, 123movies, 123movie, 123 movies, movies123, free movies, watch movies online, movies123, fmovies, putlocker, solarmovies">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#000000" />
<title>zmov</title>
<link rel="icon" type="image/x-icon" href="./images/icon.svg">
<link rel="manifest" href="/manifest.json">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./src/style.css">
<link href="https://rawcdn.githack.com/coen-h/test/2adae1e000428ca26e9c13ed57927af92d9542e0/css/all.min.css" rel="stylesheet" type="text/css" >
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>