Deploy: 5482bf5b8d
@@ -0,0 +1,40 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Tensura Map</title>
|
||||
<script type="text/javascript">
|
||||
// Single Page Apps for GitHub Pages
|
||||
// MIT License
|
||||
// https://github.com/rafgraph/spa-github-pages
|
||||
// This script takes the current url and converts the path and query
|
||||
// string into just a query string, and then redirects the browser
|
||||
// to the new url with only a query string and hash fragment,
|
||||
// e.g. https://www.foo.tld/one/two?a=b&c=d#qwe, becomes
|
||||
// https://www.foo.tld/?/one/two&a=b~and~c=d#qwe
|
||||
// Note: this 404.html file must be at least 512 bytes for it to work
|
||||
// with Internet Explorer (it is currently > 512 bytes)
|
||||
|
||||
// If you're creating a Project Pages site and NOT using a custom domain,
|
||||
// then set pathSegmentsToKeep to 1 (enterprise users may need to set it to > 1).
|
||||
// This way the code will only replace the route part of the path, and not
|
||||
// the real directory in which the app resides, for example:
|
||||
// https://username.github.io/repo-name/one/two?a=b&c=d#qwe becomes
|
||||
// https://username.github.io/repo-name/?/one/two&a=b~and~c=d#qwe
|
||||
// Otherwise, leave pathSegmentsToKeep as 0.
|
||||
var pathSegmentsToKeep = 0;
|
||||
|
||||
var l = window.location;
|
||||
l.replace(
|
||||
l.protocol + '//' + l.hostname + (l.port ? ':' + l.port : '') +
|
||||
l.pathname.split('/').slice(0, 1 + pathSegmentsToKeep).join('/') + '/?/' +
|
||||
l.pathname.slice(1).split('/').slice(pathSegmentsToKeep).join('/').replace(/&/g, '~and~') +
|
||||
(l.search ? '&' + l.search.slice(1).replace(/&/g, '~and~') : '') +
|
||||
l.hash
|
||||
);
|
||||
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
</body>
|
||||
</html>
|
||||
|
After Width: | Height: | Size: 5.7 KiB |
|
After Width: | Height: | Size: 971 B |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 28 KiB |
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "MyWebSite",
|
||||
"short_name": "MySite",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/img/favicon/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/img/favicon/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#181413",
|
||||
"background_color": "#181413",
|
||||
"display": "standalone"
|
||||
}
|
||||
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 27 KiB |
@@ -0,0 +1,8 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
<path d="M12 10.4V20M12 10.4C12 8.15979 12 7.03969 11.564 6.18404C11.1805 5.43139 10.5686 4.81947 9.81596 4.43597C8.96031 4 7.84021 4 5.6 4H4.6C4.03995 4 3.75992 4 3.54601 4.10899C3.35785 4.20487 3.20487 4.35785 3.10899 4.54601C3 4.75992 3 5.03995 3 5.6V16.4C3 16.9601 3 17.2401 3.10899 17.454C3.20487 17.6422 3.35785 17.7951 3.54601 17.891C3.75992 18 4.03995 18 4.6 18H7.54668C8.08687 18 8.35696 18 8.61814 18.0466C8.84995 18.0879 9.0761 18.1563 9.29191 18.2506C9.53504 18.3567 9.75977 18.5065 10.2092 18.8062L12 20M12 10.4C12 8.15979 12 7.03969 12.436 6.18404C12.8195 5.43139 13.4314 4.81947 14.184 4.43597C15.0397 4 16.1598 4 18.4 4H19.4C19.9601 4 20.2401 4 20.454 4.10899C20.6422 4.20487 20.7951 4.35785 20.891 4.54601C21 4.75992 21 5.03995 21 5.6V16.4C21 16.9601 21 17.2401 20.891 17.454C20.7951 17.6422 20.6422 17.7951 20.454 17.891C20.2401 18 19.9601 18 19.4 18H16.4533C15.9131 18 15.643 18 15.3819 18.0466C15.15 18.0879 14.9239 18.1563 14.7081 18.2506C14.465 18.3567 14.2402 18.5065 13.7908 18.8062L12 20"
|
||||
stroke="#d78453" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,8 @@
|
||||
<svg width="64px" height="64px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
<path d="M15 3L3 19V21H21V19L9 3M12 15L16 21H8L12 15Z" stroke="#ffffff" stroke-width="2" stroke-linecap="round"
|
||||
stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 452 B |
@@ -0,0 +1,8 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
<path d="M14 21.0001V15.0001H10V21.0001M19 9.77818V16.2001C19 17.8802 19 18.7203 18.673 19.362C18.3854 19.9265 17.9265 20.3855 17.362 20.6731C16.7202 21.0001 15.8802 21.0001 14.2 21.0001H9.8C8.11984 21.0001 7.27976 21.0001 6.63803 20.6731C6.07354 20.3855 5.6146 19.9265 5.32698 19.362C5 18.7203 5 17.8802 5 16.2001V9.77753M21 12.0001L15.5668 5.96405C14.3311 4.59129 13.7133 3.9049 12.9856 3.65151C12.3466 3.42894 11.651 3.42899 11.0119 3.65165C10.2843 3.90516 9.66661 4.59163 8.43114 5.96458L3 12.0001"
|
||||
stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 873 B |
@@ -0,0 +1,8 @@
|
||||
<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<g id="SVGRepo_bgCarrier" stroke-width="0"></g>
|
||||
<g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g>
|
||||
<g id="SVGRepo_iconCarrier">
|
||||
<path d="M11.2691 4.41115C11.5006 3.89177 11.6164 3.63208 11.7776 3.55211C11.9176 3.48263 12.082 3.48263 12.222 3.55211C12.3832 3.63208 12.499 3.89177 12.7305 4.41115L14.5745 8.54808C14.643 8.70162 14.6772 8.77839 14.7302 8.83718C14.777 8.8892 14.8343 8.93081 14.8982 8.95929C14.9705 8.99149 15.0541 9.00031 15.2213 9.01795L19.7256 9.49336C20.2911 9.55304 20.5738 9.58288 20.6997 9.71147C20.809 9.82316 20.8598 9.97956 20.837 10.1342C20.8108 10.3122 20.5996 10.5025 20.1772 10.8832L16.8125 13.9154C16.6877 14.0279 16.6252 14.0842 16.5857 14.1527C16.5507 14.2134 16.5288 14.2807 16.5215 14.3503C16.5132 14.429 16.5306 14.5112 16.5655 14.6757L17.5053 19.1064C17.6233 19.6627 17.6823 19.9408 17.5989 20.1002C17.5264 20.2388 17.3934 20.3354 17.2393 20.3615C17.0619 20.3915 16.8156 20.2495 16.323 19.9654L12.3995 17.7024C12.2539 17.6184 12.1811 17.5765 12.1037 17.56C12.0352 17.5455 11.9644 17.5455 11.8959 17.56C11.8185 17.5765 11.7457 17.6184 11.6001 17.7024L7.67662 19.9654C7.18404 20.2495 6.93775 20.3915 6.76034 20.3615C6.60623 20.3354 6.47319 20.2388 6.40075 20.1002C6.31736 19.9408 6.37635 19.6627 6.49434 19.1064L7.4341 14.6757C7.46898 14.5112 7.48642 14.429 7.47814 14.3503C7.47081 14.2807 7.44894 14.2134 7.41394 14.1527C7.37439 14.0842 7.31195 14.0279 7.18708 13.9154L3.82246 10.8832C3.40005 10.5025 3.18884 10.3122 3.16258 10.1342C3.13978 9.97956 3.19059 9.82316 3.29993 9.71147C3.42581 9.58288 3.70856 9.55304 4.27406 9.49336L8.77835 9.01795C8.94553 9.00031 9.02911 8.99149 9.10139 8.95929C9.16534 8.93081 9.2226 8.8892 9.26946 8.83718C9.32241 8.77839 9.35663 8.70162 9.42508 8.54808L11.2691 4.41115Z"
|
||||
stroke="#000000" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.9 KiB |
@@ -0,0 +1,40 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 800 800" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;">
|
||||
<g id="House" transform="matrix(0.745,0,0,0.745,210,175.416)">
|
||||
<path d="M466.667,700.003L466.667,500.003L333.333,500.003L333.333,700.003M633.333,325.939L633.333,540.003C633.333,596.007 633.333,624.01 622.433,645.4C612.847,664.217 597.55,679.517 578.733,689.103C557.34,700.003 529.34,700.003 473.333,700.003L326.667,700.003C270.661,700.003 242.659,700.003 221.268,689.103C202.451,679.517 187.153,664.217 177.566,645.4C166.667,624.01 166.667,596.007 166.667,540.003L166.667,325.918M700,400.003L518.893,198.802C477.703,153.043 457.11,130.163 432.853,121.717C411.553,114.298 388.367,114.3 367.063,121.722C342.81,130.172 322.22,153.054 281.038,198.819L100,400.003" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:93.96px;"/>
|
||||
</g>
|
||||
<g id="House1" transform="matrix(0.5375,0,0,0.5375,252.75,40.7482)">
|
||||
<path d="M731.628,427.085L518.893,198.802C477.703,153.043 457.11,130.163 432.853,121.717C411.553,114.298 388.367,114.3 367.063,121.722C342.81,130.172 298.034,175.38 256.852,221.145" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:102.33px;"/>
|
||||
<path d="M113.246,380.762L59.07,439.073" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:102.33px;"/>
|
||||
</g>
|
||||
<g id="House2" transform="matrix(0.82902,0,0,0.82902,-18.7997,14.3998)">
|
||||
<g transform="matrix(0.7921,0,0,0.805978,17.0478,46.0032)">
|
||||
<path d="M597.97,284.764L518.893,198.802C477.703,153.043 457.11,130.163 432.853,121.717C411.553,114.298 388.367,114.3 367.063,121.722C342.81,130.172 322.22,153.054 281.038,198.819L100,400.003" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:90.57px;"/>
|
||||
</g>
|
||||
<g transform="matrix(0.7921,0,0,0.805978,17.0478,46.0032)">
|
||||
<path d="M637.563,560.956C637.563,616.959 633.333,624.01 622.433,645.4" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:90.57px;"/>
|
||||
</g>
|
||||
<g transform="matrix(0.7921,0,0,0.805978,17.0478,46.0032)">
|
||||
<path d="M356.67,697.278C276.036,697.074 231.546,694.341 221.268,689.103C202.451,679.517 187.153,664.217 177.566,645.4C166.667,624.01 166.667,596.007 166.667,540.003L166.667,325.918" style="fill:none;fill-rule:nonzero;stroke:black;stroke-width:90.57px;"/>
|
||||
</g>
|
||||
</g>
|
||||
<g id="House3" transform="matrix(0.745,0,0,0.745,210,175.416)">
|
||||
<path d="M466.667,700.003L466.667,500.003L333.333,500.003L333.333,700.003M633.333,325.939L633.333,540.003C633.333,596.007 633.333,624.01 622.433,645.4C612.847,664.217 597.55,679.517 578.733,689.103C557.34,700.003 529.34,700.003 473.333,700.003L326.667,700.003C270.661,700.003 242.659,700.003 221.268,689.103C202.451,679.517 187.153,664.217 177.566,645.4C166.667,624.01 166.667,596.007 166.667,540.003L166.667,325.918M700,400.003L518.893,198.802C477.703,153.043 457.11,130.163 432.853,121.717C411.553,114.298 388.367,114.3 367.063,121.722C342.81,130.172 322.22,153.054 281.038,198.819L100,400.003" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:66.67px;"/>
|
||||
</g>
|
||||
<g id="House4" transform="matrix(0.5375,0,0,0.5375,252.75,40.7482)">
|
||||
<path d="M731.628,427.085L518.893,198.802C477.703,153.043 457.11,130.163 432.853,121.717C411.553,114.298 388.367,114.3 367.063,121.722C342.81,130.172 298.034,175.38 256.852,221.145" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:66.67px;"/>
|
||||
<path d="M113.246,380.762L59.07,439.073" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:66.67px;"/>
|
||||
</g>
|
||||
<g id="House5" transform="matrix(0.82902,0,0,0.82902,-18.7997,14.3998)">
|
||||
<g transform="matrix(0.7921,0,0,0.805978,17.0478,46.0032)">
|
||||
<path d="M597.97,284.764L518.893,198.802C477.703,153.043 457.11,130.163 432.853,121.717C411.553,114.298 388.367,114.3 367.063,121.722C342.81,130.172 322.22,153.054 281.038,198.819L100,400.003" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:66.67px;"/>
|
||||
</g>
|
||||
<g transform="matrix(0.7921,0,0,0.805978,17.0478,46.0032)">
|
||||
<path d="M637.563,560.956C637.563,616.959 633.333,624.01 622.433,645.4" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:66.67px;"/>
|
||||
</g>
|
||||
<g transform="matrix(0.7921,0,0,0.805978,17.0478,46.0032)">
|
||||
<path d="M356.67,697.278C276.036,697.074 231.546,694.341 221.268,689.103C202.451,679.517 187.153,664.217 177.566,645.4C166.667,624.01 166.667,596.007 166.667,540.003L166.667,325.918" style="fill:none;fill-rule:nonzero;stroke:white;stroke-width:66.67px;"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 39 KiB |
|
After Width: | Height: | Size: 107 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 71 KiB |
|
After Width: | Height: | Size: 6.9 KiB |
|
After Width: | Height: | Size: 62 KiB |
|
After Width: | Height: | Size: 45 KiB |
|
After Width: | Height: | Size: 29 KiB |
|
After Width: | Height: | Size: 109 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 129 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 60 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 59 KiB |
|
After Width: | Height: | Size: 76 KiB |
|
After Width: | Height: | Size: 239 KiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,25 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg width="100%" height="100%" viewBox="0 0 1080 1080" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:1.5;">
|
||||
<rect id="Slime1" x="0" y="0" width="1080" height="1080" style="fill:none;"/>
|
||||
<g id="Slime11" serif:id="Slime1">
|
||||
<g transform="matrix(1.28337,0,0,1.16811,-180.035,-185.45)">
|
||||
<path d="M561.05,323.265C766.297,323.265 932.931,469.719 932.931,634.069C932.931,710.653 913.233,798.053 853.822,850.837C785.735,911.329 670.646,917.319 561.05,918.829C509.456,919.539 354.945,911.263 278.383,852.428C191.728,785.838 185.79,665.391 189.168,621.047C201.651,457.171 355.803,323.265 561.05,323.265Z" style="fill:rgb(148,185,230);"/>
|
||||
</g>
|
||||
<g transform="matrix(1.28337,0,0,1.16811,-180.035,-185.45)">
|
||||
<path d="M278.102,852.212C191.715,785.577 185.794,665.343 189.168,621.047C201.651,457.171 355.803,323.265 561.05,323.265C766.297,323.265 932.931,469.719 932.931,634.069C932.931,710.653 913.233,798.053 853.822,850.837C785.735,911.329 670.646,917.319 561.05,918.829C539.159,919.13 498.742,917.814 453.613,911.705C487,915.475 516.069,916.322 532.794,916.092C628.819,914.77 729.658,909.521 789.314,856.519C841.369,810.271 858.628,733.693 858.628,666.592C858.628,522.592 712.627,394.273 532.794,394.273C352.961,394.273 217.897,511.598 206.96,655.182C204.094,692.801 208.88,792.929 278.102,852.212Z" style="fill:rgb(226,243,247);"/>
|
||||
</g>
|
||||
<g transform="matrix(0.892074,0.451889,-0.451889,0.892074,-79.5914,-257.357)">
|
||||
<path d="M576.643,605.299C660.044,577.719 744.958,554.269 838.673,554.847" style="fill:none;stroke:rgb(104,115,168);stroke-width:26px;"/>
|
||||
</g>
|
||||
<g transform="matrix(-0.928107,0.372314,0.372314,0.928107,1132.93,-221.946)">
|
||||
<path d="M576.643,605.299C660.044,577.719 744.958,554.269 838.673,554.847" style="fill:none;stroke:rgb(104,115,168);stroke-width:26px;"/>
|
||||
</g>
|
||||
<g transform="matrix(0.999986,0.00532957,-0.00532957,0.999986,8.8923,-3.4187)">
|
||||
<path d="M561.132,569.389C561.132,569.389 588.969,553.506 612.634,549.122" style="fill:none;stroke:rgb(104,115,168);stroke-width:10px;"/>
|
||||
</g>
|
||||
<g transform="matrix(-0.993731,-0.1118,-0.1118,0.993731,1037.97,78.5512)">
|
||||
<path d="M561.132,569.389C561.132,569.389 588.969,553.506 612.634,549.122" style="fill:none;stroke:rgb(104,115,168);stroke-width:10px;"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 18 KiB |
@@ -0,0 +1,64 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
|
||||
<base href="/">
|
||||
|
||||
<title>Tensura Map</title>
|
||||
<meta name="description" content="This is an interactive map of the Magic Continent from Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime).">
|
||||
|
||||
<link rel="icon" type="image/png" href="/img/favicon/favicon-48x48.png" sizes="48x48" />
|
||||
<link rel="icon" type="image/svg+xml" href="/img/favicon/favicon.svg" />
|
||||
<link rel="shortcut icon" href="/img/favicon/favicon.ico" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/img/favicon/apple-touch-icon.png" />
|
||||
<meta name="apple-mobile-web-app-title" content="MyWebSite" />
|
||||
<link rel="manifest" href="/img/favicon/site.webmanifest" />
|
||||
|
||||
<meta itemprop="name" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||
<meta itemprop="description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)" />
|
||||
<meta itemprop="image" content="/img/ogImage.png" />
|
||||
|
||||
<meta property="og:title" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||
<meta property="og:site_name" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||
<meta property="og:url" content="https://tensuramap.j4n.net" />
|
||||
<meta property="og:description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="/img/ogImage.png" />
|
||||
|
||||
<meta property="twitter:domain" content="strassburger.org" />
|
||||
<meta property="twitter:url" content="https://tensuramap.j4n.net" />
|
||||
<meta name="twitter:title" content="Interactive Tensei Shitara Slime Datta Ken Map" />
|
||||
<meta name="twitter:description" content="Interactive map of the central world of Tensei Shitara Slime Datta Ken (That Time I Got Reincarnated as a Slime)" />
|
||||
<meta name="twitter:image" content="/img/twitterImage.png" />
|
||||
|
||||
<script type="text/javascript">
|
||||
// Single Page Apps for GitHub Pages
|
||||
// MIT License
|
||||
// https://github.com/rafgraph/spa-github-pages
|
||||
// This script checks to see if a redirect is present in the query string,
|
||||
// converts it back into the correct url and adds it to the
|
||||
// browser's history using window.history.replaceState(...),
|
||||
// which won't cause the browser to attempt to load the new url.
|
||||
// When the single page app is loaded further down in this file,
|
||||
// the correct url will be waiting in the browser's history for
|
||||
// the single page app to route accordingly.
|
||||
(function(l) {
|
||||
if (l.search[1] === '/' ) {
|
||||
var decoded = l.search.slice(1).split('&').map(function(s) {
|
||||
return s.replace(/~and~/g, '&')
|
||||
}).join('?');
|
||||
window.history.replaceState(null, null,
|
||||
l.pathname.slice(0, -1) + decoded + l.hash
|
||||
);
|
||||
}
|
||||
}(window.location))
|
||||
</script>
|
||||
<script type="module" crossorigin src="/assets/index-hygPZCUE.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-BJMXAm1V.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||