Skip to content

Commit 00ad930

Browse files
author
Simon Schubert
committed
Add favicons
1 parent aa9b055 commit 00ad930

File tree

5 files changed

+12
-1
lines changed

5 files changed

+12
-1
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ A **cross-platform open-source AI interface** that runs on **Android, iOS, Windo
77
### Supported services and models:
88

99
### Gemini
10+
1011
Gemini 2.0 Flash, Gemini 1.5 Flash, Gemini 1.5 Flash-8B
1112

1213
### GroqCloud
14+
1315
LLama 3.3, Mixtral, Gemma2...
1416

1517
## Screenshots
@@ -29,5 +31,7 @@ LLama 3.3, Mixtral, Gemma2...
2931
## Credits
3032

3133
Lottie animation: https://lottiefiles.com/free-animation/loading-wDUukARCPj
34+
3235
GroqCloud: https://groq.com
36+
3337
Gemini: https://gemini.google.com
Loading
7.36 KB
Binary file not shown.
Loading

composeApp/src/wasmJsMain/resources/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>KotlinProject</title>
6+
<title>Kai</title>
77
<link type="text/css" rel="stylesheet" href="styles.css">
8+
<link rel="icon" href="favicon.ico" sizes="32x32">
9+
<link rel="icon" href="icon.svg" type="image/svg+xml">
10+
<link rel="apple-touch-icon" href="apple-icon-180x180.png">
811
<script type="application/javascript" src="composeApp.js"></script>
912
</head>
1013
<body>

0 commit comments

Comments
 (0)