42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <title>FFXIV Hunt Train Tracker</title>
 | 
						|
  <meta charset="UTF-8">
 | 
						|
  <link rel="apple-touch-icon" sizes="180x180" href="https://xivhunt.captainark.net/apple-touch-icon.png">
 | 
						|
  <link rel="icon" type="image/png" sizes="32x32" href="https://xivhunt.captainark.net/favicon-32x32.png">
 | 
						|
  <link rel="icon" type="image/png" sizes="16x16" href="https://xivhunt.captainark.net/favicon-16x16.png">
 | 
						|
  <link rel="manifest" href="https://xivhunt.captainark.net/site.webmanifest">
 | 
						|
  <link rel="mask-icon" href="https://xivhunt.captainark.net/safari-pinned-tab.svg" color="#5bbad5">
 | 
						|
  <meta name="msapplication-TileColor" content="#da532c">
 | 
						|
  <meta name="theme-color" content="#ffffff">
 | 
						|
  <link rel="stylesheet" type="text/css" href="https://xivhunt.captainark.net/css/style.css" />
 | 
						|
  <script type="text/javascript" src="https://xivhunt.captainark.net/js/stats.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
  <center>
 | 
						|
  <img src="https://xivhunt.captainark.net/img/logo.png" alt="logo" class="logo">
 | 
						|
  <br><br>
 | 
						|
  <form action="https://xivhunt.captainark.net/shb">
 | 
						|
    <button class="btn" type="submit">Shadowbringers Hunt Train Tracker</button>
 | 
						|
  </form>
 | 
						|
  <br>
 | 
						|
  <form action="https://xivhunt.captainark.net/sb">
 | 
						|
    <button class="btn" type="submit">Stormblood Hunt Train Tracker</button>
 | 
						|
  </form>
 | 
						|
  <br>
 | 
						|
  <form action="https://xivhunt.captainark.net/hw">
 | 
						|
    <button class="btn" type="submit">Heavensward Hunt Train Tracker</button>
 | 
						|
  </form>
 | 
						|
  </center>
 | 
						|
  <br>
 | 
						|
 | 
						|
  <footer>
 | 
						|
    Maintained by CaptainArk | <a href="https://eu.finalfantasyxiv.com/lodestone/character/18235634/">Moemie Valesti @ Omega</a>
 | 
						|
    <br>
 | 
						|
    <a href="mailto:contact@captainark.net">Contact me</a> | <a href="https://cablemonkey.us/huntmap2/">Maps source</a>
 | 
						|
  </footer>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |