extract out error login

This commit is contained in:
2026-03-31 20:42:14 -04:00
parent 6220021953
commit 4e412e9c18
5 changed files with 43 additions and 40 deletions

View File

@@ -7,6 +7,7 @@
/>
<link rel="stylesheet" href="static/style.css" />
<link rel="stylesheet" href="static/card.css" />
<link rel="stylesheet" href="static/error.css" />
<link rel="stylesheet" href="static/profile_page.css" />
<div id="popup_background" class="blocked hidden"></div>
@@ -188,3 +189,5 @@
currentPreviewURL = img.src;
});
</script>
<script src="/static/error.js" type="text/javascript"></script>