rename images

This commit is contained in:
MathMan05 2024-07-31 12:04:56 -05:00
parent 6942a1736c
commit 5b24c13ca9
5 changed files with 4 additions and 5 deletions

View file

@ -6,7 +6,7 @@
<title>Jank Client</title>
<meta content="Jank Client" property="og:title" />
<meta content="A spacebar client that has DMs, replying and more" property="og:description" />
<meta content="/bitmap.png" property="og:image" />
<meta content="/logo.png" property="og:image" />
<meta content="#4b458c" data-react-helmet="true" name="theme-color" />
<link href="/style.css" rel="stylesheet" type="text/css" />
<link href="/themes.css" rel="stylesheet" type="text/css" id="lightcss"/>
@ -19,7 +19,7 @@
<div id="loading" class="loading">
<div id="centerdiv">
<img src="/bitmap.svg" width="1in" height="1in">
<img src="/logo.svg" width="1in" height="1in">
<h1>Jank Client is loading</h1>
<h2 id="load-desc">This shouldn't take long</h2>
</div>