Skip to content

Commit

Permalink
Fixed index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TS committed Nov 1, 2023
1 parent 16775fb commit aef4a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
/>
<meta name="author" content="Tamas Schalk" />
<meta name="robots" content="index, follow" />
<link type="text/css" rel="stylesheet" media="all" href="css/index.css" />
<link type="text/css" rel="stylesheet" media="all" href="/generator/demo/css/index.css" />
<meta
property="og:title"
content="tgen.js | The seamless texture generator"
Expand Down Expand Up @@ -167,8 +167,8 @@ <h1>Seamless texture generator</h1>
referrerpolicy="no-referrer"
></script>

<script src="./../dist/tgen-with-presets.min.js"></script>
<script src="js/index.js"></script>
<script src="/generator/dist/tgen-with-presets.min.js"></script>
<script src="/generator/demo/js/index.js"></script>
<script async src="https://schalk.storeking.hu/assets/js/stat.min.js" id="schtat" server="https://schalk.storeking.hu" delay="1400" key="iH86fnFbyJpprnegz9IB2jc8LOh37Sky4g2MDLxG5GrmCrBKfktqxXQid49uzSG6HYha3EvZ"></script>

<script>
Expand Down

0 comments on commit aef4a0d

Please sign in to comment.