23 lines
736 B
HTML
23 lines
736 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- Created by Ashhhleyyy (https://ashhhleyyy.dev), licensed under the Creative Commons Zero license. -->
|
|
<!-- To the extent possible under law, the person who associated CC0 with this work has waived all copyright and related or neighboring rights to this work. -->
|
|
<title>502 Bad GAYway</title>
|
|
<style>
|
|
.G { color: red; }
|
|
.A { color: orange; }
|
|
.Y { color: yellow; }
|
|
.w { color: green; }
|
|
.a { color: blue; }
|
|
.y { color: purple; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<h1>502 Bad <span class="G">G</span><span class="A">A</span><span class="Y">Y</span><span class="w">w</span><span class="a">a</span><span class="y">y</span></h2>
|
|
<hr>
|
|
<p>nginx/cu.ti.e</p>
|
|
</center>
|
|
</body>
|
|
</html>
|