Обновить index.html
This commit is contained in:
+34
-32
@@ -3,42 +3,44 @@
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>my yggdrasil website!</title>
|
||||
</head>
|
||||
<style>
|
||||
html {
|
||||
background-image: url('./res/background/bgleafoutline.gif');
|
||||
background-size: auto;
|
||||
color: white;
|
||||
}
|
||||
<title>my yggdrasil website!</title>
|
||||
<style>
|
||||
html {
|
||||
background-image: url('./res/background/bgleafoutline.gif');
|
||||
background-size: auto;
|
||||
color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #0f0f0f;
|
||||
font-family: 'Times New Roman', Times, serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 800px;
|
||||
width: 65%;
|
||||
margin: auto;
|
||||
min-height: 100vh;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
text-wrap: pretty;
|
||||
border: solid 1px white;
|
||||
}
|
||||
body {
|
||||
background-color: #0f0f0f;
|
||||
font-family: 'Times New Roman', Times, serif;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
max-width: 800px;
|
||||
width: 65%;
|
||||
margin: auto;
|
||||
min-height: 100vh;
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
text-wrap: pretty;
|
||||
border: solid 1px white;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.seal {
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
.sealIMG {
|
||||
font-size: 45px;
|
||||
}
|
||||
</style>
|
||||
.seal {
|
||||
font-size: 45px;
|
||||
}
|
||||
|
||||
|
||||
.sealIMG {
|
||||
font-size: 45px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<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%;">
|
||||
|
||||
Reference in New Issue
Block a user