-
Notifications
You must be signed in to change notification settings - Fork 0
/
movies.html
20 lines (18 loc) · 943 Bytes
/
movies.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="Content-Security-Policy" content="
default-src 'self' * blob: data: gap: https://ssl.gstatic.com 'unsafe-eval';
script-src 'self' 'unsafe-inline' 'unsafe-eval' blob: data: *;
style-src 'self' 'unsafe-inline' *">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, maximum-scale=1.0, target-densityDpi=device-dpi user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<title>Arc Framework</title>
<script src="node_modules/od-cocoon/framework.src.js" charset="utf-8"></script>
</head>
<body namespace="display.screens.MoviesApp">
<movies-app></movies-app>
</body>
</html>