35 lines
973 B
HTML
35 lines
973 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>FFXIV Hunt Train Tracker</title>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="css/style.css" />
|
|
<script type="text/javascript" src="js/stats.js"></script>
|
|
</head>
|
|
<body>
|
|
<center>
|
|
<img src="img/logo.png" alt="logo" class="logo">
|
|
<br><br>
|
|
<form action="shb">
|
|
<button class="btn" type="submit">Shadowbringers Hunt Train Tracker</button>
|
|
</form>
|
|
<br>
|
|
<form action="sb">
|
|
<button class="btn" type="submit">Stormblood Hunt Train Tracker</button>
|
|
</form>
|
|
<br>
|
|
<form action="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>
|