forked from root-BB/witcher3map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
67 lines (67 loc) · 4.86 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<head>
<title>Witcher 3 Interactive Maps</title>
<link rel="icon" type="image/ico" href="files/images/icons/witcher3.ico?"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<meta property="og:title" content="Witcher 3 Interactive Maps" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://witcher3map.com/" />
<meta property="og:image" content="files/images/icons/witcher3.ico" />
<meta property="og:description" content="Witcher 3 interactive maps. All locations including shopkeepers, gwent players, merchants, places of power" />
<meta name="description" content="Witcher 3 interactive maps. All locations including shopkeepers, gwent players, merchants, places of power" />
<meta name="keywords" content="Witcher 3, Witcher 3 map, Witcher 3 interactive map, gwent player map, gwent map, shopkeeper map, merchant map" />
<link type="text/css" rel="stylesheet" href="files/styles/home.min.css" />
<link type="text/css" rel="stylesheet" href="files/styles/font-awesome.min.css" />
<link type="text/css" rel="stylesheet" href="files/styles/leaflet.min.css" />
<script type="text/javascript" src="files/scripts/fuse.js"></script>
<script type="text/javascript" src="files/scripts/jquery-3.6.0.min.js"></script>
<script type="text/javascript" src="files/scripts/vendor.bundle.js"></script>
<script type="text/javascript" src="files/scripts/jquery.ddslick.min.js"></script>
<script type="text/javascript" src="files/scripts/lang-global.js"></script>
<script type="text/javascript" src="files/scripts/home.js"></script>
</head>
<body>
<div id="online">">
<!--<li class="enabled"><a href="https://root-bb.github.io/witcher3map/" data-i18n="home.online">Online Map</a></li>-->
<li class="enabled"><a href="https://www.nexusmods.com/witcher3/mods/6061/?tab=description" data-i18n="home.offline">Offline Map</a></li>
</div>
<div id="wrap">
<div id="wrap2">
<div id="content">
<div id="logo" ><center data-i18n="[html]misc.logo"><img src='files/images/logo/logo_en.png' class='center'></center></div>
<div id="text" data-i18n="[html]home.tagline">Unofficial The Witcher 3 Interactive Maps</div>
<div id="search-wrapper">
<div id="search-input-container"><div id="search-input-wrapper"><i class="fa fa-search"></i><input id="search" type="text" data-i18n="[placeholder]home.searchPlaceholder" placeholder="Enter search terms..." autocomplete="off" /><i id="clear" class="fa fa-times close-search"></i></div></div>
<div id="search-results-wrapper"><ul id="results"></ul></div>
</div>
<ul id="nav">
<li class="enabled"><a href="w/index.html" data-i18n="maps.white_orchard">White Orchard</a></li>
<li class="enabled"><a href="v/index.html" data-i18n="[html]maps.velen_main">Velen & Novigrad</a></li>
<li class="enabled"><a href="g/index.html" data-i18n="[html]maps.gaunter_main">Gaunter's World</a></li>
<li class="enabled"><a href="s/index.html" data-i18n="maps.skellige">Skellige Isles</a></li>
<li class="enabled"><a href="k/index.html" data-i18n="maps.kaer_morhen">Kaer Morhen</a></li>
<li class="enabled"><a href="i/index.html" data-i18n="maps.isle_mists">Isle of Mists</a></li>
<li class="enabled"><a href="t/index.html" data-i18n="[html]maps.toussaint_main">Toussaint</a></li>
<li class="enabled"><a href="f/index.html" data-i18n="[html]maps.fables_main">Thousand Fables</a></li>
</ul>
</div>
<div id="lang-switcher"></div>
</div>
</div>
<div id="footer">
<span id="Credits"data-i18n="[html]credits.botCreated" data-i18n-options='{"untamed0":"<a href=https://github.com/untamed0>untamed0</a>","BaHTsIzBEdEvi":"<a href=https://github.com/root-BB>BaHTsIzBEdEvi</a>","license":"<a href=http://creativecommons.org/licenses/by-nc-sa/4.0>CC BY-NC-SA</a>"}'> </span>
<span data-i18n="[html]credits.botHelp" data-i18n-options='{"mcarver":"<a href=https://github.com/mcarver>mcarver</a>","Gerignak":"<a href=https://www.nexusmods.com/witcher3/users/44200822>Gerignak</a>","contributors":"<a href=https://github.com/untamed0/witcher3map/graphs/contributors>contributors</a>","designGears":"<a href=https://twitter.com/DesignGears>@DesignGears</a>","hhrhhr":"<a href=https://github.com/hhrhhr>hhrhhr</a>"}'> </span>
<span data-i18n="[html]credits.botAssets" data-i18n-options='{"cdpr":"<a href=https://en.cdprojektred.com>CD PROJEKT RED</a>"}'> </span>
</div>
<div id="footer2">
<span id="DonationBlock"><a id="Donation" href="https://www.paypal.com/paypalme/BaHTsIzBEdEvi1" target="_blank"><i class="donation"></i><span data-i18n="controls.donation">Donate A Cofee...</span></a></span>
<span id="Version">
<a id="Title" data-i18n="credits.version">Version </a>
<a id="No">4.04 β</a>
</span>
</div>
</body>
</html>