Skip to content

Commit

Permalink
Add WebView Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hassandraga committed Jun 20, 2024
1 parent c29a9ad commit 2b49689
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added server/assets/webui_webview.webp
Binary file not shown.
9 changes: 9 additions & 0 deletions server/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ <h3 class="text-3xl text-gray-800 font-bold leading-none mb-3 w-96">Multi-browse
</div>
</div>
</div>
<div class="flex flex-col-reverse sm:flex-row max-w-5xl mx-auto pt-6 pb-8">
<div class="w-full sm:w-1/2 p-6">
<h3 class="text-3xl text-gray-800 font-bold leading-none mb-3">Cross-platform WebView</h3>
<p class="text-gray-600 mb-8 text-justify">WebUI's primary focus is using web browsers as GUI, but starting from v2.5, WebUI can also use WebView if you need to use WebView instead of a web browser.</p>
</div>
<div class="sm:w-1/2 p-6">
<img alt="Muiltple Programming Languages" class="mx-auto" src="./assets/webui_webview.webp">
</div>
</div>
</section>
<section id="download" class="bg-white py-10">
<div class="container mx-auto flex flex-wrap">
Expand Down

0 comments on commit 2b49689

Please sign in to comment.