Added OG
This commit is contained in:
parent
a43fd49839
commit
37f07ba8d5
3 changed files with 16 additions and 8 deletions
8
.vscode/settings.json
vendored
8
.vscode/settings.json
vendored
|
@ -1,8 +0,0 @@
|
||||||
{
|
|
||||||
"MinifyAll.PrefixOfNewMinifiedFiles": ".min",
|
|
||||||
"MinifyAll.minifyOnSaveToNewFile": true,
|
|
||||||
"MinifyAll.disableJson": true,
|
|
||||||
"MinifyAll.disableHtml": true,
|
|
||||||
"MinifyAll.openMinifiedDocument": false,
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
}
|
|
16
index.html
16
index.html
|
@ -4,6 +4,22 @@
|
||||||
<head>
|
<head>
|
||||||
<title>Model File Generator · SBDevelopment</title>
|
<title>Model File Generator · SBDevelopment</title>
|
||||||
|
|
||||||
|
<meta name="title" content="Model File Generator">
|
||||||
|
<meta name="description" content="Easily generate the resourcepack asset files for your VehiclesPlus models.">
|
||||||
|
<meta name="keywords" content="vehiclesplus,sbdevelopment,file,model,generator,tool,assets">
|
||||||
|
<meta name="robots" content="index, follow">
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="language" content="English">
|
||||||
|
|
||||||
|
<meta name="theme-color" content="#f49604"/>
|
||||||
|
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:title" content="Model File Generator">
|
||||||
|
<meta property="og:url" content="https://vpmodelfiletool.sbdevelopment.tech/">
|
||||||
|
<meta property="og:image" content="https://vpmodelfiletool.sbdevelopment.tech/vp.png">
|
||||||
|
<meta property="og:description"
|
||||||
|
content="Easily generate the resourcepack asset files for your VehiclesPlus models.">
|
||||||
|
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
||||||
|
|
BIN
vp.png
Executable file
BIN
vp.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 225 KiB |
Reference in a new issue