-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathindex.html
34 lines (34 loc) · 1.18 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/svg+xml" href="images/vagrant-icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Vagrantfile Generator - Online Tool to Generate Vagrant Configuration
Files
</title>
<meta
name="description"
content="Use Vagrantfile Generator to quickly generate Vagrant configuration files and easily set up your development environment. Supports multiple operating systems, different virtual machines, and software to make your development environment more flexible and convenient."
/>
<meta
name="keywords"
content="Vagrant, configuration files, generator, development environment"
/>
<meta name="author" content="jianan1104" />
<meta name="language" content="en" />
<meta charset="UTF-8" />
<meta
name="google-site-verification"
content="fUlEQvE1WZdq_yUPFH2CemJnlhZMxtuv5zSqWTa6IvU"
/>
<link
rel="canonical"
href="https://github.com/jianan1104/vagrant-config-generator"
/>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>