electron-compile
Version:
Electron supporting package to compile JS and CSS in Electron applications
25 lines (20 loc) • 912 B
HTML
<html style="width: 100%; height: 100%;">
<head>
<title></title>
<meta http-equiv="Content-Security-Policy" content="default-src *; script-src 'unsafe-eval' 'self' https://www.google-analytics.com; style-src 'self' 'unsafe-inline';">
<link rel="import" href="./notification-host.html" />
<link rel="import" href="./notification-item.html" />
<link rel="import" href="./loading.html" />
<link rel="import" href="./login.html" />
<link rel="import" href="./teams-view.html" />
<link rel="import" href="./team-selector.html" />
<link rel="import" href="./team-selector-item.html" />
<script src="bugsnag-2.js"></script>
<script src="index.js"></script>
<script src="analytics.js"></script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</head>
<body tabindex="-1">
</body>
</html>