mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
v. 0.553
This commit is contained in:
parent
bba5e6e3d4
commit
5ee61df102
1 changed files with 5 additions and 5 deletions
10
index.html
10
index.html
|
|
@ -18,17 +18,17 @@
|
||||||
<script src="libs/priority-queue.js"></script>
|
<script src="libs/priority-queue.js"></script>
|
||||||
<script src="names.js"></script>
|
<script src="names.js"></script>
|
||||||
<script src="libs/jquery-ui.min.js"></script>
|
<script src="libs/jquery-ui.min.js"></script>
|
||||||
<script src="libs/polylabel.js" async></script>
|
<script src="libs/polylabel.js"></script>
|
||||||
<script src="libs/quantize.js" defer></script>
|
<script src="libs/quantize.js" defer></script>
|
||||||
<script src="libs/d3-hexbin.v0.2.min.js" defer></script>
|
<script src="libs/d3-hexbin.v0.2.min.js" defer></script>
|
||||||
<link rel="stylesheet" type="text/css" href="index.css?version=0.55b"/>
|
<link rel="stylesheet" type="text/css" href="index.css?version=0.553b"/>
|
||||||
<link rel="stylesheet" type="text/css" href="icons.css?version=0.55b"/>
|
<link rel="stylesheet" type="text/css" href="icons.css?version=0.553b"/>
|
||||||
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
|
<link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body class="fullscreen">
|
<body class="fullscreen">
|
||||||
<div id="loading">
|
<div id="loading">
|
||||||
<h1 class="icon-cog spin"></h1>
|
<h1 class="icon-cog spin"></h1>
|
||||||
<h3 id="loading-text">Loading...</h3>
|
<p id="loading-text">Loading...</p>
|
||||||
</div>
|
</div>
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" class="fullscreen">
|
<svg xmlns="http://www.w3.org/2000/svg" class="fullscreen">
|
||||||
<defs>
|
<defs>
|
||||||
|
|
@ -753,5 +753,5 @@
|
||||||
Type: <span id="feature">no</span>
|
Type: <span id="feature">no</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script type="text/javascript" src="script.js?version=0.55b"></script>
|
<script type="text/javascript" src="script.js?version=0.553b"></script>
|
||||||
</body>
|
</body>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue