Moved body styles to head

This commit is contained in:
Tracker-Friendly 2024-03-12 17:14:25 +00:00
parent 66d87af78e
commit 327af38641
1 changed files with 11 additions and 12 deletions

View File

@ -8,7 +8,17 @@
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="../static/css/style.css" />
<script src="../static/js/hash-wasm.js"></script>
<style>
body {
background-color: #d9d9d9;
background-image: url("/static/svg/grid.svg");
background-repeat: repeat;
background-size: 312px;
}
.inoutdiv {
border-radius: 8px;
}
</style>
</head>
<body>
@ -27,15 +37,4 @@
</div>
<script type="text/javascript" src="../static/js/login.js"></script>
<style>
body {
background-color: #d9d9d9;
background-image: url("/static/svg/grid.svg");
background-repeat: repeat;
background-size: 312px;
}
.inoutdiv {
border-radius: 8px;
}
</style>
</body>