~bigbes/shroud

ref: f351e0e2219a80b39e0a2f018ccdeb4c059ad133 shroud/internal/awgserver/static/index.html -rw-r--r-- 386 bytes
f351e0e2 — Eugene Blikh refactor: rename project to shroud 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>