Update 'www/index.html'

This commit is contained in:
Sarimoko 2022-02-22 08:02:02 +00:00
parent ca44f8c856
commit 7a93c32c76
1 changed files with 11 additions and 2 deletions

View File

@ -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>