work in progress

This commit is contained in:
2026-08-16 22:00:08 +02:00
parent a914ef1ec4
commit 3c11a88a33
60 changed files with 4487 additions and 41 deletions
+19
View File
@@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>locqr</title>
<link rel="stylesheet" href="popup.css" />
</head>
<body>
<div class="card-header">
<div class="brand">
<div class="mark"></div>
<div class="word">locqr</div>
</div>
<div class="origin" id="origin"></div>
</div>
<div class="card-body" id="body"></div>
<script type="module" src="popup.js"></script>
</body>
</html>