Update 'www/index.html'
This commit is contained in:
parent
eaa062a105
commit
5e0194e15d
|
@ -7,17 +7,26 @@
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
|
margin: 200px;
|
||||||
}
|
}
|
||||||
h3, p {
|
h3, p {
|
||||||
color: white;
|
color: white;
|
||||||
text-align: center
|
text-align: center;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
position: absolute;
|
||||||
|
left: 50%;
|
||||||
|
top: 50%;
|
||||||
|
margin-left: -285px;
|
||||||
|
margin-top: -190px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<center><h1>You may take my viewers...</h1></center>
|
<h1>You may take my viewers...</h1>
|
||||||
<img src="RAID.png" alt="RAID!!!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
<img src="RAID.png" alt="RAID!!!">
|
||||||
<center><h3>...but we'll never take their #3DOM!!!</h3></center>
|
<h3>...but we'll never take their #3DOM!!!</h3>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue