Update index.html
This commit is contained in:
parent
b477867be9
commit
40a91baf94
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<title>Volmit Software - Damage calculator</title>
|
<title>SBDevelopment - Damage calculator</title>
|
||||||
|
|
||||||
<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">
|
||||||
|
@ -18,8 +18,8 @@
|
||||||
<body>
|
<body>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="jumbotron mb-4">
|
<div class="jumbotron mb-4">
|
||||||
<h1 class="display-4">Volmit Software - Damage calculator</h1>
|
<h1 class="display-4">SBDevelopment - Damage calculator</h1>
|
||||||
<p class="lead">Simply calculate the damage values for your texture pack.</p>
|
<p class="lead">Generate the texturepack asset files for your damaged items.</p>
|
||||||
<hr class="my-4">
|
<hr class="my-4">
|
||||||
<p>You indicate which item you want to use and where the models are for each damage value. This tool then
|
<p>You indicate which item you want to use and where the models are for each damage value. This tool then
|
||||||
creates the .json file for you.</p>
|
creates the .json file for you.</p>
|
||||||
|
|
Reference in a new issue