This repository has been archived on 2023-12-22. You can view files and clone it, but cannot push or open issues or pull requests.
old-monorepo/Dashboard/app/renderer/index.html

12 lines
271 B
HTML
Raw Normal View History

2020-07-30 20:59:37 +02:00
<!DOCTYPE html>
<html>
<head>
<title>My App</title>
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'">
</head>
<body>
<div id="app"></div>
<script src="./app.js" data-container="#app"></script>
</body>
</html>