cordova-elm-template-jumpstart
Version:
Cordova template to jumpstart development using Elm and Webpack
16 lines (14 loc) • 691 B
HTML
<html>
<head>
<!-- TODO Lock down this CSP. It's WAAAAY too broad. -->
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: blob: http: https: cdvfile: 'unsafe-eval' 'unsafe-inline'" />
<meta name="msapplication-tap-highlight" content="no">
<meta http-equiv="x-ua-compatible" content="ie=edge"><!-- Improves SVG handling, etc. -->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"><!-- Required for Bootstrap -->
<script type="text/javascript" src="cordova.js"></script>
<title>Cordova Elm Web App</title>
</head>
<body>
</body>
</html>