diff --git a/src/index.ts b/src/index.ts
index ef8a144..5ba9e88 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,5 +1,6 @@
import { OpenAPIHono } from "@hono/zod-openapi";
import { Scalar } from "@scalar/hono-api-reference";
+import { serveStatic } from "hono/bun";
import { logger } from "hono/logger";
import { prettyJSON } from "hono/pretty-json";
import { config } from "./config";
@@ -41,6 +42,7 @@ app.use("*", prettyJSON());
app.get("/", (c) => c.redirect("/app"));
+app.use("/app/*", serveStatic({ root: "./src/views" }));
app.route("/auth", authRoutes);
app.route("/api/config", configRoutes);
app.route("/api", apiRoutes);
diff --git a/src/views/dashboard.html b/src/views/dashboard.html
index c4f7c02..716801d 100644
--- a/src/views/dashboard.html
+++ b/src/views/dashboard.html
@@ -11,7 +11,9 @@
-
+
@@ -54,20 +59,20 @@
-
-
@@ -218,7 +225,7 @@
Provider Registry
-