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

17 lines
502 B
HTML
Raw Normal View History

2020-07-30 20:59:37 +02:00
<!DOCTYPE html>
<html>
<head>
2020-08-08 20:36:05 +02:00
<title>Light Control</title>
2020-08-01 15:42:28 +02:00
<meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline'" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
2020-07-30 20:59:37 +02:00
</head>
<body>
<div id="app"></div>
<script src="./app.js" data-container="#app"></script>
</body>
</html>