mirror of
https://github.com/KeyZox71/webserv.git
synced 2026-09-23 07:10:07 +02:00
「🏗️」 wip(requests): requests parsing and basic handling of GET responses
This commit is contained in:
1 parent
35956dc13e
commit
4fbaed787d
8 files changed
+336
-13
No files matched your search
+11
@@ -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