header cleanup + fixes + websocket moves

This commit is contained in:
2024-02-25 20:41:38 +01:00
parent b407bee0c9
commit 0924b4ee45
7 changed files with 143 additions and 69 deletions

View File

@@ -2,9 +2,21 @@
<!DOCTYPE html>
<html>
<head>
<title>Ozai webui:Join Game</title>
<title>Ozai:Join</title>
<link rel="icon" type="image/png" href="/azul-flake.png">
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
padding: 10px;
background: url({{ url_for('static', filename='azul.webp') }}) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>