mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-17 01:41:22 +01:00
refactor: move assets
This commit is contained in:
parent
da1cb4ff9b
commit
5e6f599348
20 changed files with 11 additions and 326 deletions
20
index.html
20
index.html
|
|
@ -10,12 +10,12 @@
|
|||
<meta property="og:url" content="https://azgaar.github.io/Fantasy-Map-Generator" />
|
||||
<meta property="og:title" content="Azgaar's Fantasy Map Generator" />
|
||||
<meta property="og:description" content="Web application generating interactive and customizable maps" />
|
||||
<meta property="og:image" content="images/preview.png" />
|
||||
<link rel="icon" type="image/png" href="images/icons/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="images/icons/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon" href="images/icons/maskable_icon_x192.png" />
|
||||
<meta property="og:image" content="./images/preview.png" />
|
||||
<link rel="icon" type="image/png" href="./images/icons/favicon-32x32.png" sizes="32x32" />
|
||||
<link rel="icon" type="image/png" href="./images/icons/favicon-16x16.png" sizes="16x16" />
|
||||
<link rel="apple-touch-icon" href="./images/icons/maskable_icon_x192.png" />
|
||||
<link rel="canonical" href="https://azgaar.github.io/Fantasy-Map-Generator/" />
|
||||
<link rel="manifest" href="manifest.webmanifest" />
|
||||
<link rel="manifest" href="./manifest.webmanifest" />
|
||||
|
||||
<!-- inline css for loading screen -->
|
||||
<style type="text/css">
|
||||
|
|
@ -2225,7 +2225,7 @@
|
|||
href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator%2F"e="
|
||||
data-tip="Share on Facebook"
|
||||
target="_blank"
|
||||
><img alt="Share on Facebook" src="images/Facebook.png" loading="lazy"
|
||||
><img alt="Share on Facebook" src="./images/social/Facebook.png" loading="lazy"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -2233,7 +2233,7 @@
|
|||
href="https://twitter.com/intent/tweet?source=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator&text=%23FantasyMapGenerator%0A%0Ahttps%3A//azgaar.github.io/Fantasy-Map-Generator"
|
||||
target="_blank"
|
||||
data-tip="Tweet"
|
||||
><img alt="Tweet" src="images/Twitter.png" loading="lazy"
|
||||
><img alt="Tweet" src="./images/social/Twitter.png" loading="lazy"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -2241,7 +2241,7 @@
|
|||
href="http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
||||
target="_blank"
|
||||
data-tip="Pin it"
|
||||
><img alt="Pin it" src="images/Pinterest.png" loading="lazy"
|
||||
><img alt="Pin it" src="./images/social/Pinterest.png" loading="lazy"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
|
|
@ -2249,12 +2249,12 @@
|
|||
href="http://www.reddit.com/submit?url=https%3A%2F%2Fazgaar.github.io%2FFantasy-Map-Generator"
|
||||
target="_blank"
|
||||
data-tip="Submit to Reddit"
|
||||
><img alt="Submit to Reddit" src="images/Reddit.png" loading="lazy"
|
||||
><img alt="Submit to Reddit" src="./images/social/Reddit.png" loading="lazy"
|
||||
/></a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://discord.gg/X7E84HU" target="_blank" data-tip="Join Discord server"
|
||||
><img alt="Join Discord server" src="images/Discord.png" loading="lazy"
|
||||
><img alt="Join Discord server" src="./images/social/Discord.png" loading="lazy"
|
||||
/></a>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue