-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 1.22 KB
/
index.html
File metadata and controls
25 lines (21 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>WailBrew - Beautiful GUI for Homebrew on macOS</title>
<meta name="description" content="A minimalistic and beautiful GUI for Homebrew package management on macOS. Experience the power of command-line tools through an intuitive, modern interface." />
<meta name="author" content="wickenico" />
<meta name="keywords" content="homebrew, macos, gui, package manager, wailbrew, cask, formula" />
<meta property="og:title" content="WailBrew - Beautiful GUI for Homebrew on macOS" />
<meta property="og:description" content="A minimalistic and beautiful GUI for Homebrew package management on macOS. Experience the power of command-line tools through an intuitive, modern interface." />
<meta property="og:type" content="website" />
<meta name="twitter:card" content="summary_large_image" />
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-4115319005046456"
crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>