Skip to content

Commit

Permalink
1. added logo to ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
steven committed Jan 31, 2025
1 parent bf86d46 commit 6be2ee5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<div align= "center">
<img src="./AIliceLogo.png" height=256>
<img src="./ailice/ui/static/AIliceLogo.png" height=256>
<h1>Ailice</h1>

[![forks](https://img.shields.io/github/forks/myshell-ai/AIlice)](https://github.com/myshell-ai/AIlice)
Expand Down
File renamed without changes
9 changes: 9 additions & 0 deletions ailice/ui/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/png" href="/static/AIliceLogo.png">
<title>Ailice</title>
<style>
:root {
Expand Down Expand Up @@ -118,9 +119,16 @@
padding: 0 16px;
z-index: 1000;
}
.menu-logo {
height: 24px;
width: 24px;
margin-right: 8px;
vertical-align: middle;
}
.menubar-left {
display: flex;
align-items: center;
gap: 8px;
}
.app-title {
font-size: 16px;
Expand Down Expand Up @@ -546,6 +554,7 @@
<body>
<div class="menubar">
<div class="menubar-left">
<img src="/static/AIliceLogo.png" alt="Ailice Logo" class="menu-logo">
<span class="app-title">Ailice</span>
</div>
<div class="menubar-right">
Expand Down

0 comments on commit 6be2ee5

Please sign in to comment.