Skip to content

Commit 2a3dea3

Browse files
committed
update backend to tauri v2.2
1 parent 2a74ad7 commit 2a3dea3

15 files changed

+2628
-1148
lines changed

index.html

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en" theme="dark">
33
<head>
44
<meta charset="UTF-8"/>
55
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
66
<title>Restic-Browser</title>
7-
<link href="./src/style.css" rel="stylesheet">
8-
<script src="./src/hooks.ts" type="module"></script>
9-
<script src="./src/app.ts" type="module"></script>
7+
<link href="/src/style.css" rel="stylesheet">
8+
<script src="/src/hooks.ts" type="module"></script>
9+
<script src="/src/app.ts" type="module"></script>
1010
</head>
1111
<body style="margin: 0; width: 100vw; height: 100vh; display: flex;">
1212
<restic-browser-app style="width: 100vw; height: 100vh;"/>
1313
</body>
14-
</html>
15-
14+
</html>

0 commit comments

Comments
 (0)