|
2 | 2 | <html> |
3 | 3 | <head> |
4 | 4 | <title>Rain World: The Watcher Map</title> |
5 | | - <meta name="description" content="Interactive map of Rain World: The Watcher DLC. All regions, warps, and echoes"> |
| 5 | + <meta name="description" content="Interactive map of Rain World: The Watcher DLC. Regions, warps, echoes, and karma flowers"> |
6 | 6 | <meta name="keywords" content="rain world watcher map, rain world watcher echo, rain world watcher regions"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> |
8 | 8 | <link rel="stylesheet" href="./index.css"> |
|
25 | 25 | </div> |
26 | 26 | </div> |
27 | 27 | <div id="menu"> |
28 | | - <div id="element"> |
| 28 | + <div class='element'> |
| 29 | + <span class='title'>Seleted:</span> |
| 30 | + <div id="element"> |
| 31 | + </div> |
29 | 32 | </div> |
30 | 33 |
|
31 | | - <div id="layers"> |
| 34 | + <div class='layers'> |
| 35 | + <span class='title'>Layers:</span> |
| 36 | + <div id="layers"> |
| 37 | + </div> |
32 | 38 | </div> |
33 | | - <div id="regions"> |
| 39 | + <div class="regions"> |
| 40 | + <span class='title'>Regions:</span> |
| 41 | + <form id="regions"> |
| 42 | + <label class="region"><input type="radio" name="region" value="CC"><span>Chimney Canopy (CC)</span></label> |
| 43 | + <label class="region region-selected"><input type="radio" name="region" value="HI" checked><span>Industrial Complex (HI)</span></label> |
| 44 | + <label class="region"><input type="radio" name="region" value="LF"><span>Farm Arrays (LF)</span></label> |
| 45 | + <label class="region"><input type="radio" name="region" value="SH"><span>Shaded Citadel (SH)</span></label> |
| 46 | + <label class="region"><input type="radio" name="region" value="SU"><span>Outskirts (SU)</span></label> |
| 47 | + <label class="region"><input type="radio" name="region" value="WARA"><span>Shattered Terrace (WARA)</span></label> |
| 48 | + <label class="region"><input type="radio" name="region" value="WARB"><span>Salination (WARB)</span></label> |
| 49 | + <label class="region"><input type="radio" name="region" value="WARC"><span>Fetid Glen (WARC)</span></label> |
| 50 | + <label class="region"><input type="radio" name="region" value="WARD"><span>Cold Storage (WARD)</span></label> |
| 51 | + <label class="region"><input type="radio" name="region" value="WARE"><span>Heat Ducts (WARE)</span></label> |
| 52 | + <label class="region"><input type="radio" name="region" value="WARF"><span>Aether Ridge (WARF)</span></label> |
| 53 | + <label class="region"><input type="radio" name="region" value="WARG"><span>The Surface (WARG)</span></label> |
| 54 | + <label class="region"><input type="radio" name="region" value="WAUA"><span>Ancient Urban (WAUA)</span></label> |
| 55 | + <label class="region"><input type="radio" name="region" value="WBLA"><span>Badlands (WBLA)</span></label> |
| 56 | + <label class="region"><input type="radio" name="region" value="WDSR"><span>Decaying Tunnels (WDSR)</span></label> |
| 57 | + <label class="region"><input type="radio" name="region" value="WGWR"><span>Infested Wastes (WGWR)</span></label> |
| 58 | + <label class="region"><input type="radio" name="region" value="WHIR"><span>Corrupted Factories (WHIR)</span></label> |
| 59 | + <label class="region"><input type="radio" name="region" value="WORA"><span>Outer Rim (WORA)</span></label> |
| 60 | + <label class="region"><input type="radio" name="region" value="WPTA"><span>Signal Spires (WPTA)</span></label> |
| 61 | + <label class="region"><input type="radio" name="region" value="WRFA"><span>Coral Caves (WRFA)</span></label> |
| 62 | + <label class="region"><input type="radio" name="region" value="WRFB"><span>Turbulent Pump (WRFB)</span></label> |
| 63 | + <label class="region"><input type="radio" name="region" value="WRRA"><span>Rusted Wrecks (WRRA)</span></label> |
| 64 | + <label class="region"><input type="radio" name="region" value="WRSA"><span>Daemon (WRSA)</span></label> |
| 65 | + <label class="region"><input type="radio" name="region" value="WSKA"><span>Torrential Railways (WSKA)</span></label> |
| 66 | + <label class="region"><input type="radio" name="region" value="WSKB"><span>Sunlit Port (WSKB)</span></label> |
| 67 | + <label class="region"><input type="radio" name="region" value="WSKC"><span>Stormy Coast (WSKC)</span></label> |
| 68 | + <label class="region"><input type="radio" name="region" value="WSKD"><span>Shrouded Coast (WSKD)</span></label> |
| 69 | + <label class="region"><input type="radio" name="region" value="WSSR"><span>Unfortunate Evolution (WSSR)</span></label> |
| 70 | + <label class="region"><input type="radio" name="region" value="WSUR"><span>Crumbling Fringes (WSUR)</span></label> |
| 71 | + <label class="region"><input type="radio" name="region" value="WTDA"><span>Torrid Desert (WTDA)</span></label> |
| 72 | + <label class="region"><input type="radio" name="region" value="WTDB"><span>Desolate Tract (WTDB)</span></label> |
| 73 | + <label class="region"><input type="radio" name="region" value="WVWA"><span>Verdant Waterways (WVWA)</span></label> |
| 74 | + </form> |
34 | 75 | </div> |
35 | 76 | </div> |
36 | 77 | </div> |
|
0 commit comments