transition from parchment to downloads

This commit is contained in:
metacryst
2025-12-18 17:18:09 -06:00
parent 0f4d8e5eb9
commit 4d969864a5
10 changed files with 651 additions and 271 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Downloads</title>
<title>Parchment</title>
<link rel="icon" href="Quill.png">
<style>
body {
@@ -25,6 +25,6 @@
</head>
<body>
<div class="draggable"></div>
<webview src="http://localhost:3020" style="width:100vw; height:100vh;"></webview>
<webview src="http://localhost:80" style="width:100vw; height:100vh;"></webview>
</body>
</html>