generated from CubeCraftLabs/Tracehound
13 lines
369 B
HTML
13 lines
369 B
HTML
|
|
<!doctype html>
|
||
|
|
<!-- Placeholder so //go:embed all:src/dist always has a file to embed.
|
||
|
|
Replaced by the real Vite build output (npm run build) at CI build time. -->
|
||
|
|
<html lang="en">
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8" />
|
||
|
|
<title>RemoteRig Hub</title>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<p>RemoteRig hub is running. Frontend not built into this binary.</p>
|
||
|
|
</body>
|
||
|
|
</html>
|