Files
onebox/ui/src/index.html

14 lines
332 B
HTML
Raw Normal View History

2025-11-18 00:03:24 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Onebox - Container Platform</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="bg-gray-50">
<app-root></app-root>
</body>
</html>