Skip to content

Commit

Permalink
Adding WebView Title
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 20, 2024
1 parent e7316f1 commit 2ba3696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="flex flex-wrap max-w-screen-xl flex-col mx-auto sm:flex-row justify-center items-center pt-10 pb-12 px-3 z-1">
<!--Left Col-->
<div class="flex flex-col w-full md:w-2/5 justify-center items-start text-center md:text-left">
<h1 class="mb-4 text-4xl lg:text-5xl font-bold lg:leading-tight">Use any web browser as GUI. With your preferred language in the backend.</h1>
<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>
<p class="text-2xl mb-8 mx-auto md:mx-0">Portable, Lightweight, and Full OS API access.</p>
<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>
</div>
Expand Down

0 comments on commit 2ba3696

Please sign in to comment.