Compare commits

1 Commits

Author SHA1 Message Date
root eaa718f09d Initial commit: Padel Planner website
- Statische Nginx website
- index.html, error pages
- CHANGELOG.md en .gitignore
2026-05-24 20:26:12 +00:00
3 changed files with 28 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
.DS_Store
*.log
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title>Error</title>
<style>
html { color-scheme: light dark; }
body { width: 35em; margin: 0 auto;
font-family: Tahoma, Verdana, Arial, sans-serif; }
</style>
</head>
<body>
<h1>An error occurred.</h1>
<p>Sorry, the page you are looking for is currently unavailable.<br/>
Please try again later.</p>
<p>If you are the system administrator of this resource then you should check
the error log for details.</p>
<p><em>Faithfully yours, nginx.</em></p>
</body>
</html>
+7
View File
@@ -0,0 +1,7 @@
# CHANGELOG
## 1.0.0 (2026-05-24)
- Eerste commit — Padel Planner statische website
- Nginx statische server
- index.html, 50x.html, innerbloom.html