mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
fix: update support link
This commit is contained in:
parent
a3487f4038
commit
b2b1735745
2 changed files with 3 additions and 10 deletions
11
index.html
11
index.html
|
|
@ -2399,19 +2399,12 @@
|
|||
</p>
|
||||
|
||||
<div style="display: flex; justify-content: center; padding: 0.8em 0.4em 0.4em; font-family: cursive">
|
||||
<a
|
||||
href="https://war.ukraine.ua/support-ukraine"
|
||||
style="width: 80%"
|
||||
data-tip="Support Ukraine"
|
||||
target="_blank"
|
||||
>
|
||||
<a href="https://u24.gov.ua/" style="width: 80%" data-tip="Support Ukraine" target="_blank">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 350">
|
||||
<rect width="100%" height="100%" fill="#005bbb"></rect>
|
||||
<rect y="50%" width="100%" height="50%" fill="#ffd500"></rect>
|
||||
<text x="50%" text-anchor="middle" font-size="8em" y="32%" fill="#f5f5f5">Support Ukraine</text>
|
||||
<text x="50%" text-anchor="middle" font-size="4em" y="78%" fill="#005bdd">
|
||||
war.ukraine.ua/support-ukraine
|
||||
</text>
|
||||
<text x="50%" text-anchor="middle" font-size="4em" y="78%" fill="#005bdd">u24.gov.ua</text>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
* Example: 1.102.2 -> Major version 1, Minor version 102, Patch version 2
|
||||
*/
|
||||
|
||||
const VERSION = "1.109.0";
|
||||
const VERSION = "1.109.1";
|
||||
if (parseMapVersion(VERSION) !== VERSION) alert("versioning.js: Invalid format or parsing function");
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue