feat(ui): integrate LLMProxyLogo.png in login/sidebar/favicon + fix login alignment
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
<title>LLM Proxy Gateway - Admin Dashboard</title>
|
||||
<link rel="stylesheet" href="/css/dashboard.css">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
|
||||
<link rel="icon" href="img/LLMProxyLogo.png" type="image/png" sizes="32x32">
|
||||
<link rel="apple-touch-icon" href="img/LLMProxyLogo.png">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/luxon@3.4.4/build/global/luxon.min.js"></script>
|
||||
@@ -15,7 +17,7 @@
|
||||
<div id="login-screen" class="login-container">
|
||||
<div class="login-card">
|
||||
<div class="login-header">
|
||||
<i class="fas fa-robot login-icon"></i>
|
||||
<img src="img/LLMProxyLogo.png" alt="LLM Proxy Logo" class="login-logo">
|
||||
<h1>LLM Proxy Gateway</h1>
|
||||
<p class="login-subtitle">Admin Dashboard</p>
|
||||
</div>
|
||||
@@ -38,7 +40,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="login-footer">
|
||||
<p>Default credentials: admin / admin123</p>
|
||||
<p>Default: <code>admin</code> / <code>admin</code> (change in Settings > Security)</p>
|
||||
</div>
|
||||
</form>
|
||||
<div id="login-error" class="error-message" style="display: none;">
|
||||
@@ -54,8 +56,8 @@
|
||||
<nav class="sidebar">
|
||||
<div class="sidebar-header">
|
||||
<div class="logo">
|
||||
<i class="fas fa-shield-alt"></i>
|
||||
<span>LLM Proxy</span>
|
||||
<img src="img/LLMProxyLogo.png" alt="LLM Proxy" class="sidebar-logo">
|
||||
<span>Gateway</span>
|
||||
</div>
|
||||
<button class="sidebar-toggle" id="sidebar-toggle">
|
||||
<i class="fas fa-bars"></i>
|
||||
|
||||
Reference in New Issue
Block a user