mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-21 22:00:07 -05:00
19 lines
699 B
HTML
19 lines
699 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
http-equiv="Content-Security-Policy"
|
|
content="default-src 'self'; connect-src 'self' http: https: ws: wss:; script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: http: https:;"
|
|
/>
|
|
<title>TimeTracker Desktop</title>
|
|
<link rel="icon" type="image/png" href="../assets/icon.png" />
|
|
<script type="module" crossorigin src="./assets/index-BqW2gGjC.js"></script>
|
|
<link rel="stylesheet" crossorigin href="./assets/index-D2aGha3a.css">
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|