Обновить index.html
This commit is contained in:
+3
-1
@@ -4,7 +4,6 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
<title>my yggdrasil website!</title>
|
<title>my yggdrasil website!</title>
|
||||||
</head>
|
|
||||||
<style>
|
<style>
|
||||||
html {
|
html {
|
||||||
background-image: url('./res/background/bgleafoutline.gif');
|
background-image: url('./res/background/bgleafoutline.gif');
|
||||||
@@ -31,14 +30,17 @@
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.seal {
|
.seal {
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.sealIMG {
|
.sealIMG {
|
||||||
font-size: 45px;
|
font-size: 45px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div style="flex-direction: row; display: flex; width: 100%; justify-content: center;"><img style='width: 80%;' src="/res/icon.png"></div>
|
<div style="flex-direction: row; display: flex; width: 100%; justify-content: center;"><img style='width: 80%;' src="/res/icon.png"></div>
|
||||||
<hr style="width: 100%;">
|
<hr style="width: 100%;">
|
||||||
|
|||||||
Reference in New Issue
Block a user