Skip to content

Commit 5917086

Browse files
committed
landing page updated
1 parent 26d64a6 commit 5917086

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

assets/icon.ico

16.6 KB
Binary file not shown.

assets/icon.png

1.59 MB
Loading

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta name="keyboards" content="Android, Tool Software, Keyboard and Mouse Sharing, PC Software">
88
<meta name="description" content="A seamless way to share keyboard and mouse of PC with Android device">
99
<title>InputShare -- Effortless Android Device Control</title>
10-
<link rel="shortcut icon" href="./ui/icon.ico" type="image/x-icon">
10+
<link rel="shortcut icon" href="./assets/icon.ico" type="image/x-icon">
1111
<style>
1212
* {
1313
box-sizing: border-box;
@@ -844,16 +844,16 @@
844844
<div class="hero">
845845
<nav>
846846
<p class="logo">
847-
<img src="./ui/icon.png" width="36" height="36">InputShare
847+
<img src="./assets/icon.png" width="36" height="36">InputShare
848848
</p>
849-
<a class="github" href="https://github.com/BHznJNs/InputShare">GitHub</a>
849+
<a class="github" href="https://github.com/InputShare/InputShare">GitHub</a>
850850
</nav>
851851
<div class="content">
852852
<h1>Effortless Android Device Control</h1>
853853
<p>Seamlessly share your computer's keyboard, mouse and clipboard with Android device using InputShare.</p>
854854
<div class="action">
855855
<a class="download"
856-
href="https://github.com/BHznJNs/InputShare/releases/latest">Download</a><span>Free
856+
href="https://github.com/InputShare/InputShare/releases/latest">Download</a><span>Free
857857
and open-source.</span>
858858
</div>
859859
</div>

0 commit comments

Comments
 (0)