set background to global background

This commit is contained in:
Mystikfluu 2022-07-09 18:05:14 +02:00
parent a207420a77
commit f813f21b19

View File

@ -12,7 +12,7 @@
<script src="/js/httppost.js" charset="utf-8"></script>
<script src="/js/settings.js" charset="utf-8"></script>
</head>
<body onload="setuser()">
<body onload="setuser()" class="bg-dark">
<header>
<h1>Welcome Back!</h1>
</header>