-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 2.57 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 2.57 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>CLI Generator | Create Command Line Interfaces Easily | cligenerator.store</title>
<meta name="title" content="CLI Generator | Create Command Line Interfaces Easily | cligenerator.store">
<meta name="description" content="Build powerful command line interfaces quickly with our easy-to-use CLI Generator tool. Save time on development and create professional CLIs for your applications.">
<meta name="keywords" content="CLI generator, command line interface, CLI tool, CLI builder, terminal interface, developer tools, CLI framework, command line app">
<meta name="author" content="cligenerator.store">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://cligenerator.store/">
<meta property="og:title" content="CLI Generator | Create Command Line Interfaces Easily">
<meta property="og:description" content="Build powerful command line interfaces quickly with our easy-to-use CLI Generator tool. Save time on development and create professional CLIs for your applications.">
<meta property="og:image" content="https://cligenerator.store/images/cli-generator-og.jpg">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://cligenerator.store/">
<meta property="twitter:title" content="CLI Generator | Create Command Line Interfaces Easily">
<meta property="twitter:description" content="Build powerful command line interfaces quickly with our easy-to-use CLI Generator tool. Save time on development and create professional CLIs for your applications.">
<meta property="twitter:image" content="https://cligenerator.store/images/cli-generator-twitter.jpg">
<title>CLIGenerator</title>
<link rel="icon" href="public\logo.png" />
<link rel="apple-touch-icon" sizes="180x180" href="public\logo.png" />
<link rel="icon" type="image/png" sizes="32x32" href="public/logo.png" />
<link rel="icon" type="image/png" sizes="16x16" href="public/logo.png" />
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>