mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 20:11:24 +01:00
fix: bad hash versions
This commit is contained in:
parent
78b66ba94e
commit
03afd68ba6
1 changed files with 2 additions and 2 deletions
|
|
@ -108,7 +108,7 @@
|
|||
}
|
||||
</style>
|
||||
|
||||
<link rel="preload" href="index.css?v=13062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<link rel="preload" href="index.css?v=12062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<link rel="preload" href="icons.css?v=04062022" as="style" onload="this.onload=null; this.rel='stylesheet'" />
|
||||
<link
|
||||
rel="preload"
|
||||
|
|
@ -7798,7 +7798,7 @@
|
|||
<script src="modules/river-generator.js"></script>
|
||||
<script src="modules/lakes.js"></script>
|
||||
<script src="modules/names-generator.js"></script>
|
||||
<script src="modules/cultures-generator.js?v=13062022"></script>
|
||||
<script src="modules/cultures-generator.js?v=06062022"></script>
|
||||
<script src="modules/burgs-and-states.js?v=29052022"></script>
|
||||
<script src="modules/routes-generator.js"></script>
|
||||
<script src="modules/religions-generator.js?v=12062022"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue