[fix] logo for web version
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/png" href="/logo.png" />
|
<link rel="icon" type="image/png" href="/logo2.png" />
|
||||||
<meta name="description" content="An AI frontend for both light and core users.">
|
<meta name="description" content="An AI frontend for both light and core users.">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>RisuAI</title>
|
<title>RisuAI</title>
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
@@ -13,7 +13,7 @@
|
|||||||
<div class="w-full h-full bg-bgcolor flex justify-center">
|
<div class="w-full h-full bg-bgcolor flex justify-center">
|
||||||
<article class="max-w-screen-md w-full prose prose-invert bg-darkbg p-5 overflow-y-auto overflow-x-hidden">
|
<article class="max-w-screen-md w-full prose prose-invert bg-darkbg p-5 overflow-y-auto overflow-x-hidden">
|
||||||
<div class="w-full justify-center flex">
|
<div class="w-full justify-center flex">
|
||||||
<img src="/logo.png" alt="logo">
|
<img src="/logo2.png" alt="logo">
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full justify-center flex">
|
<div class="w-full justify-center flex">
|
||||||
<h1>Welcome to RisuAI!</h1>
|
<h1>Welcome to RisuAI!</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user