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

@@ -6,11 +6,11 @@
<title>ORLY?</title>
<link rel="icon" type="image/png" href="/orly-favicon.png" />
<link rel="icon" type="image/png" href="/favicon.png" />
<link rel="stylesheet" href="/global.css" />
<link rel="stylesheet" href="/build/bundle.css" />
<link rel="stylesheet" href="/bundle.css" />
<script defer src="/build/bundle.js"></script>
<script defer src="/bundle.js"></script>
</head>
<body></body>