~bigbes/shroud

ref: 3804bcf465a4eb00d1f03720316d0a176b0b97fb shroud/internal/awgserver/static/index.html -rw-r--r-- 386 bytes
3804bcf4 — Eugene Blikh feat(vless): add VLESS+REALITY transport support 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Welcome</title>
    <style>
        body { font-family: system-ui, sans-serif; margin: 2em; color: #333; }
        h1 { color: #555; }
    </style>
</head>
<body>
    <h1>Welcome</h1>
    <p>This server is running.</p>
</body>
</html>