Update homeserver/index.html
This commit is contained in:
parent
e7cb111ef4
commit
143846b6d6
|
@ -9,17 +9,6 @@
|
||||||
<link rel="stylesheet" type="text/css" href="../static/css/style.css">
|
<link rel="stylesheet" type="text/css" href="../static/css/style.css">
|
||||||
<link rel="icon" href="./static/svg/favicon.svg">
|
<link rel="icon" href="./static/svg/favicon.svg">
|
||||||
<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>
|
||||||
|
|
Reference in New Issue