|
2 | 2 |
|
3 | 3 | # V-WebUI |
4 | 4 |
|
5 | | -<h4 align="center"> |
6 | | - <a href="#features">Features</a> |
7 | | - · |
8 | | - <a href="#installation">Installation</a> |
9 | | - · |
10 | | - <a href="#usage">Usage</a> |
11 | | - · |
12 | | - <a href="#documentation">Documentation</a> |
13 | | - · |
14 | | - <a href="https://github.com/webui-dev/webui">WebUI</a> |
15 | | -</h4> |
16 | | - |
17 | | -<div> |
18 | | - <a href="https://github.com/webui-dev/v-webui/actions?query=branch%3Amain"> |
19 | | - <img |
20 | | - alt="Build Status" |
21 | | - src="https://img.shields.io/github/actions/workflow/status/webui-dev/v-webui/ci.yml?branch=main&style=for-the-badge&logo=V&labelColor=414868&logoColor=C0CAF5" |
22 | | - > |
23 | | - </a> |
24 | | - <a href="https://github.com/webui-dev/v-webui/pulse"> |
25 | | - <img |
26 | | - alt="Last Commit" |
27 | | - src="https://img.shields.io/github/last-commit/webui-dev/v-webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868" |
28 | | - /> |
29 | | - </a> |
30 | | - <a href="https://github.com/webui-dev/v-webui/releases/latest"> |
31 | | - <img |
32 | | - alt="V-WebUI Release Version" |
33 | | - src="https://img.shields.io/github/v/release/webui-dev/v-webui?style=for-the-badge&logo=webtrees&logoColor=C0CAF5&labelColor=414868&color=7664C6" |
34 | | - > |
35 | | - </a> |
36 | | - <a href="https://github.com/webui-dev/v-webui/blob/main/LICENSE"> |
37 | | - <img |
38 | | - alt="License" |
39 | | - src="https://img.shields.io/github/license/webui-dev/v-webui?style=for-the-badge&&logo=opensourcehardware&label=License&logoColor=C0CAF5&labelColor=414868&color=8c73cc" |
40 | | - > |
41 | | - </a> |
42 | | -</div> |
| 5 | +#### [Features](#features) · [Installation](#installation) · [Usage](#usage) · [Documentation](#documentation) · [WebUI](https://github.com/webui-dev/webui) |
43 | 6 |
|
44 | | -<br> |
| 7 | +[build-status]: https://img.shields.io/github/actions/workflow/status/webui-dev/v-webui/ci.yml?branch=main&style=for-the-badge&logo=V&labelColor=414868&logoColor=C0CAF5 |
| 8 | +[last-commit]: https://img.shields.io/github/last-commit/webui-dev/v-webui?style=for-the-badge&logo=github&logoColor=C0CAF5&labelColor=414868 |
| 9 | +[release-version]: https://img.shields.io/github/v/release/webui-dev/v-webui?style=for-the-badge&logo=webtrees&logoColor=C0CAF5&labelColor=414868&color=7664C6 |
| 10 | +[license]: https://img.shields.io/github/license/webui-dev/v-webui?style=for-the-badge&logo=opensourcehardware&label=License&logoColor=C0CAF5&labelColor=414868&color=8c73cc |
45 | 11 |
|
46 | | - |
| 12 | +[![][build-status]](https://github.com/webui-dev/v-webui/actions?query=branch%3Amain) |
| 13 | +[![][last-commit]](https://github.com/webui-dev/v-webui/pulse) |
| 14 | +[![][release-version]](https://github.com/webui-dev/v-webui/releases/latest) |
| 15 | +[![][license]](https://github.com/webui-dev/v-webui/blob/main/LICENSE) |
47 | 16 |
|
48 | 17 | > WebUI is not a web-server solution or a framework, but it allows you to use any web browser as a GUI, with your preferred language in the backend and HTML5 in the frontend. All in a lightweight portable lib. |
49 | 18 |
|
| 19 | + |
| 20 | + |
50 | 21 | </div> |
51 | 22 |
|
52 | 23 | ## Features |
|
0 commit comments