Skip to content

Commit b0ebcc4

Browse files
committed
Fix Download Button
1 parent be9cd7c commit b0ebcc4

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

server/docs/2.5/favicon.ico

-103 KB
Binary file not shown.

server/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@
5858
<div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left">
5959
<h1 class="mb-4 text-4xl lg:text-5xl font-bold lg:leading-tight">Use any web browser or WebView as GUI. With your preferred language in the backend.</h1>
6060
<p class="text-2xl mb-8 mx-auto md:mx-0">Portable, Lightweight, and Full OS API access.</p>
61-
<a href="#download" class="mx-auto md:mx-0 hover:underline bg-white text-gray-800 font-bold py-2 px-4 shadow opacity-75">Download</a>
61+
<a href="#download" class="mx-auto md:mx-0 hover:underline bg-white text-gray-800 font-bold py-2 px-4 shadow opacity-75" style="z-index: 99;">Download</a>
6262
</div>
6363
<!--Right Col-->
6464
<div class="w-full md:w-3/5 max-w-full md:max-w-lg md:pl-6 py-6 flex justify-center">
65-
<img alt="WebUI GUI App Example" width="473"height="383" class="shadow-xl border border-gray-500" src="./assets/webui_window.webp">
65+
<img alt="WebUI GUI App Example" width="473" height="383" class="shadow-xl border border-gray-500" src="./assets/webui_window.webp">
6666
</div>
6767
</div>
6868
<!-- Waves -->
@@ -126,7 +126,7 @@ <h2 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
126126
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
127127
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
128128
<div class="gradient border-gray-200 border flex justify-center mb-4">
129-
<img alt="Windows Logo" width="377"height="225" src="./assets/windows.webp">
129+
<img alt="Windows Logo" width="377" height="225" src="./assets/windows.webp">
130130
</div>
131131
<div class="w-full font-bold text-2xl text-gray-800 px-6">Windows</div>
132132
<p class="text-gray-800 text-base px-6 mb-5">
@@ -144,7 +144,7 @@ <h2 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
144144
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
145145
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
146146
<div class="gradient border-gray-200 border flex justify-center mb-4">
147-
<img alt="Linux Logo" width="377"height="225" src="./assets/linux.webp">
147+
<img alt="Linux Logo" width="377" height="225" src="./assets/linux.webp">
148148
</div>
149149
<div class="w-full font-bold text-2xl text-gray-800 px-6">Linux</div>
150150
<p class="text-gray-800 text-base px-6 mb-5">
@@ -162,7 +162,7 @@ <h2 class="w-full my-2 text-5xl font-bold leading-tight text-center text-gray-80
162162
<div class="w-full md:w-1/3 p-6 flex flex-col flex-grow flex-shrink">
163163
<div class="flex-1 bg-white rounded-t rounded-b-none overflow-hidden shadow">
164164
<div class="gradient border-gray-200 border flex justify-center mb-4">
165-
<img alt="macOS Logo" width="377"height="225" src="./assets/macos.webp">
165+
<img alt="macOS Logo" width="377" height="225" src="./assets/macos.webp">
166166
</div>
167167
<div class="w-full font-bold text-2xl text-gray-800 px-6">macOS</div>
168168
<p class="text-gray-800 text-base px-6 mb-5">

0 commit comments

Comments
 (0)