Files
selfhosted2/vps/html/index.html
T
scoot 5e97218dc8 first prototype
hector (dev) -> raspen (rev proxy) -> agge (appserver: nextcloud, gitea,
postgre)
2026-05-02 21:26:35 +02:00

16 lines
435 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>raspen.home</title>
<style>
body { font-family: sans-serif; max-width: 800px; margin: 2em auto; padding: 0 1em; }
</style>
</head>
<body>
<h1>Welcome to raspen.home</h1>
<p>This server is the reverse proxy / VPS for the selfhosted stack.</p>
</body>
</html>