Teledrive2 / electron /index.html
Mythus's picture
Upload 225 files
35ee763
raw
history blame contribute delete
785 Bytes
<html>
<head>
<title>Teledrive</title>
<link rel="stylesheet" href="assets/css/style.css" />
<!-- <link rel="stylesheet" href="assets/css/topbar.css" />-->
<link rel="stylesheet" href="assets/css/no-topbar.css">
<script defer src="assets/js/renderer.js"></script>
<meta
http-equiv="Content-Security-Policy"
content="default-src 'self'; style-src 'self' 'unsafe-inline';"
/>
</head>
<body>
<!-- for later
<div id="controls">
<button id="home" title="Dashboard">Dashboard</button>
</div>
-->
<!-- Webview -->
<webview
id="webview"
autosize="on"
src="https://teledriveapp.herokuapp.com/startup"
data-home="https://teledriveapp.herokuapp.com/startup"
></webview>
</body>
</html>