mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-03-15 00:26:50 +01:00
12 lines
359 B
HTML
12 lines
359 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<style>
|
|
body {
|
|
background-color: #1e2024;
|
|
}
|
|
</style>
|
|
<body>
|
|
<h1 style="font-size: 3rem; font-weight: bold; color: #fff; text-align: center; letter-spacing: 2px; background: linear-gradient(90deg, #ff00ff, #00ffff); -webkit-background-clip: text; display: inline-block; border-bottom: 2px solid #fff;">evilge</h1>
|
|
</body>
|
|
</html>
|