diff --git a/core/http/views/404.html b/core/http/views/404.html index a57a37029..2a25b028e 100644 --- a/core/http/views/404.html +++ b/core/http/views/404.html @@ -2,33 +2,33 @@ {{template "views/partials/head" .}} - +
{{template "views/partials/navbar" .}}
-
+
-
+
-

- +

+ 404 - Page Not Found

-

The page you're looking for doesn't exist or has been moved

+

The page you're looking for doesn't exist or has been moved

-
+ diff --git a/core/http/views/backends.html b/core/http/views/backends.html index 32b7cca22..1c5b8e47b 100644 --- a/core/http/views/backends.html +++ b/core/http/views/backends.html @@ -2,7 +2,7 @@ {{template "views/partials/head" .}} - +
{{template "views/partials/navbar" .}} @@ -35,20 +35,20 @@
-
+
-
-
+
+
-

- +

+ Backend Management

-

+

Discover and install AI backends to power your models

diff --git a/core/http/views/chat.html b/core/http/views/chat.html index 28eccd906..d8fd8b64f 100644 --- a/core/http/views/chat.html +++ b/core/http/views/chat.html @@ -36,21 +36,21 @@ SOFTWARE. {{ $allGalleryConfigs:=.GalleryConfig }} {{ $model:=.Model}} - + {{template "views/partials/navbar" .}}