Update 'www/index.html'
This commit is contained in:
parent
ca44f8c856
commit
7a93c32c76
|
@ -11,15 +11,24 @@
|
|||
body {
|
||||
background-color: black;
|
||||
}
|
||||
h3, p {
|
||||
h1, h3, p {
|
||||
color: white;
|
||||
text-align: center
|
||||
}
|
||||
img {
|
||||
position: absolute;
|
||||
width: 420px;
|
||||
height: auto;
|
||||
left: 50%;
|
||||
top: 50%;
|
||||
margin-left: -285px;
|
||||
margin-top: -190px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>The Cult</h1>
|
||||
<h3>A sudo religion, all praise RNGesus!</h3>
|
||||
<img src="https://www.nicepng.com/png/full/145-1454277_kappa-rngesus-png.png" alt="RNGesus NOT FOUND!" style="position: absolute; left: 50%; top: 50%; margin-left: -285px; margin-top: -190px;">
|
||||
<img src="https://www.nicepng.com/png/full/145-1454277_kappa-rngesus-png.png" alt="RNGesus NOT FOUND!">
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue