gigafibre-fsm/apps/dispatch/index.html
louispaulb 7da22ff132 merge: import dispatch-app into apps/dispatch/ (17 commits preserved)
Integrates the Dispatch PWA (Vue/Quasar) into the gigafibre-fsm monorepo.
Full git history accessible via `git log -- apps/dispatch/`.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 08:08:51 -04:00

15 lines
516 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Dispatch</title>
<meta charset="UTF-8" />
<meta name="format-detection" content="telephone=no" />
<meta name="msapplication-tap-highlight" content="no" />
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, viewport-fit=cover" />
<link rel="icon" type="image/png" sizes="128x128" href="icons/favicon-128x128.png" />
</head>
<body>
<!-- quasar:entry-point -->
</body>
</html>