Fixed generator issue and some template improvements
Some checks are pending
Validate HTML site / build (push) Waiting to run
Some checks are pending
Validate HTML site / build (push) Waiting to run
This commit is contained in:
parent
146c19211c
commit
3d42c62b54
13 changed files with 41 additions and 7 deletions
14
index.html
14
index.html
|
@ -2,7 +2,7 @@
|
|||
<html lang="en" data-bs-theme="dark">
|
||||
|
||||
<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.">
|
||||
|
@ -13,10 +13,16 @@
|
|||
|
||||
<meta name="theme-color" content="#f49604"/>
|
||||
|
||||
<link rel="icon" type="image/png" href="dist/img/favicon/favicon-48x48.png" sizes="48x48"/>
|
||||
<link rel="icon" type="image/svg+xml" href="dist/img/favicon/favicon.svg"/>
|
||||
<link rel="shortcut icon" href="dist/img/favicon/favicon.ico"/>
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="dist/img/favicon/apple-touch-icon.png"/>
|
||||
<link rel="manifest" href="dist/img/favicon/site.webmanifest"/>
|
||||
|
||||
<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:image" content="https://vpmodelfiletool.sbdevelopment.tech/dist/img/vp.png">
|
||||
<meta property="og:description"
|
||||
content="Easily generate the resourcepack asset files for your VehiclesPlus models.">
|
||||
|
||||
|
@ -38,8 +44,8 @@
|
|||
<body>
|
||||
<div class="container">
|
||||
<div class="jumbotron my-4">
|
||||
<h1 class="display-4 pb-1"><img src="https://sbdevelopment.tech/wp-content/uploads/2023/09/logo2-light.png"
|
||||
alt="SBDevelopment logo" class="pe-1 pb-2" style="width: 3em;"> Model File
|
||||
<h1 class="display-4 pb-1"><img src="dist/img/vp.png"
|
||||
alt="VehiclesPlus" class="pe-1 pb-2" style="width: 2em;"> Model File
|
||||
Generator</h1>
|
||||
<p class="lead">Generate the resourcepack asset files for your VehiclesPlus models.</p>
|
||||
<hr class="mb-3">
|
||||
|
|
Reference in a new issue