|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <title>WebUI v2.5 Documentation</title> |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> |
| 7 | + <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
| 8 | + <meta name="title" content="WebUI Documentation"> |
| 9 | + <meta name="description" content="Use any web browser as GUI"> |
| 10 | + <meta name="keywords" content="webui,library,browser,ui,gui,c,c++,go,js,javascript,ts,typescript"> |
| 11 | + <meta name="author" content="Alif Community"> |
| 12 | + <meta name="robots" content="index,follow"> |
| 13 | + <meta name="googlebot" content="index,follow"> |
| 14 | + <meta property="og:site_name" content="WebUI Documentation"> |
| 15 | + <meta property="og:type" content="website"> |
| 16 | + <meta property="og:url" content="https://webui.me/docs/"> |
| 17 | + <meta property="og:title" content="WebUI Documentation"> |
| 18 | + <meta property="og:description" content="Use any web browser as GUI"> |
| 19 | + <meta property="og:image" content="https://raw.githubusercontent.com/webui-dev/webui/main/screenshot.png"> |
| 20 | + <meta property="twitter:card" content="summary_large_image"> |
| 21 | + <meta property="twitter:url" content="https://webui.me/docs/"> |
| 22 | + <meta property="twitter:title" content="WebUI Documentation"> |
| 23 | + <meta property="twitter:description" content="Use any web browser as GUI"> |
| 24 | + <meta property="twitter:image" content="https://raw.githubusercontent.com/webui-dev/webui/main/screenshot.png"> |
| 25 | + <meta itemprop="name" content="WebUI"> |
| 26 | + <meta itemprop="description" content="Use any web browser as GUI"> |
| 27 | + <meta itemprop="image" content="data/favicon.ico"> |
| 28 | + <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple-dark.css"> |
| 29 | + <link rel="icon" href="data/favicon.ico"> |
| 30 | +</head> |
| 31 | +<body> |
| 32 | + <div id="app"></div> |
| 33 | + <script> |
| 34 | + window.$docsify = { |
| 35 | + name: 'WebUI', |
| 36 | + repo: 'webui-dev/webui', |
| 37 | + auto2top: false, |
| 38 | + loadSidebar: false, |
| 39 | + hideSidebar: false, |
| 40 | + coverpage: false, |
| 41 | + tabs: { |
| 42 | + theme : 'classic', |
| 43 | + tabComments: false, |
| 44 | + tabHeadings: true |
| 45 | + } |
| 46 | + } |
| 47 | + </script> |
| 48 | + <!-- Docsify v4 --> |
| 49 | + <script src="https://cdn.jsdelivr.net/npm/docsify@4"></script> |
| 50 | + <!-- Docsify Tabs --> |
| 51 | + <script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script> |
| 52 | + <!-- Syntax Highlighter --> |
| 53 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-c.min.js" ></script> <!-- C --> |
| 54 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-cpp.min.js" ></script> <!-- C++ --> |
| 55 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-python.min.js" ></script> <!-- Python --> |
| 56 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-go.min.js" ></script> <!-- Go --> |
| 57 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-v.min.js" ></script> <!-- V --> |
| 58 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-nim.min.js" ></script> <!-- Nim --> |
| 59 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-typescript.min.js" ></script> <!-- TypeScript --> |
| 60 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-odin.min.js" ></script> <!-- Odin --> |
| 61 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-pascal.min.js" ></script> <!-- Pascal --> |
| 62 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-basic.min.js" ></script> <!-- Basic --> |
| 63 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-rust.min.js" ></script> <!-- Rust --> |
| 64 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-zig.min.js" ></script> <!-- Zig --> |
| 65 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-batch.min.js" ></script> <!-- Windows Batch --> |
| 66 | + <script src=" https://cdn.jsdelivr.net/npm/[email protected]/components/prism-bash.min.js" ></script> <!-- Linux Bash --> |
| 67 | +</body> |
| 68 | +</html> |
0 commit comments