commit
ab38445555
BIN
contrib/static/about.mp3
Normal file
BIN
contrib/static/about.mp3
Normal file
Binary file not shown.
@ -43,5 +43,9 @@
|
|||||||
</p>
|
</p>
|
||||||
<hr />
|
<hr />
|
||||||
</div>
|
</div>
|
||||||
|
<audio autoplay="" loop="">
|
||||||
|
<source src="/static/about.mp3" type="audio/mpeg">
|
||||||
|
<embed src="/static/about.mp3">
|
||||||
|
</audio>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
BIN
contrib/static/fieri.png
Normal file
BIN
contrib/static/fieri.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 858 KiB |
@ -106,11 +106,11 @@ th {
|
|||||||
|
|
||||||
html {
|
html {
|
||||||
color: #ededed;
|
color: #ededed;
|
||||||
background: #262230 url("/static/bg.png");
|
background: #262230 url("/static/fieri.png");
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-blend-mode: overlay;
|
background-position: 100% 0%;
|
||||||
background-size: 100% 100%;
|
background-repeat: no-repeat;
|
||||||
font-family: arial,helvetica,sans-serif;
|
font-family: arial,helvetica,sans-serif;
|
||||||
font-size: 10pt;
|
font-size: 10pt;
|
||||||
margin: 0 4px;
|
margin: 0 4px;
|
||||||
@ -234,4 +234,4 @@ html {
|
|||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user