mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 20:08:46 +02:00
「🏗️」 wip(requests): requests parsing and basic handling of GET responses
This commit is contained in:
11
index.html
Normal file
11
index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!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>
|
Reference in New Issue
Block a user