fix user button and images
Some checks failed
Go / build (push) Has been cancelled

This commit is contained in:
2025-10-11 09:23:01 +01:00
parent 5952c7e657
commit 49619f74c7
10 changed files with 513 additions and 26 deletions

View File

@@ -1,14 +0,0 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Next Orly</title>
<link rel="icon" href="/orly-favicon.png" type="image/png" />
<link rel="stylesheet" href="/bundle.css" />
</head>
<body>
<div id="app"></div>
<script src="/bundle.js"></script>
</body>
</html>