feat: add server configuration templates and custom error/index assets

This commit is contained in:
Ümit Tunç
2026-04-01 22:12:32 +03:00
parent 3164b66f23
commit 6d14569ec6
11 changed files with 403 additions and 3 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Directory Listing - Multi-PHP</title>
<link rel="stylesheet" href="/server-assets/style.css">
<link rel="icon" href="/server-assets/icon.svg" type="image/svg+xml">
</head>
<body>
<div class="container index-listing">
<header>
<a href="/">
<!-- Dark mode logo (shown when theme is light) -->
<img src="/server-assets/logo.svg" alt="Multi-PHP" class="logo logo-dark">
<!-- Light mode logo (shown when theme is dark) -->
<img src="/server-assets/logo-light.svg" alt="Multi-PHP" class="logo logo-light">
</a>
<h1>Index of /</h1>
</header>
<div class="index-content">