Moved body styles to head
This commit is contained in:
parent
66d87af78e
commit
327af38641
|
@ -8,7 +8,17 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||||
<link rel="stylesheet" type="text/css" href="../static/css/style.css" />
|
<link rel="stylesheet" type="text/css" href="../static/css/style.css" />
|
||||||
<script src="../static/js/hash-wasm.js"></script>
|
<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>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
@ -27,15 +37,4 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="../static/js/login.js"></script>
|
<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>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue