This repository has been archived on 2020-06-05. You can view files and clone it, but cannot push or open issues or pull requests.
xivhunt/public/index.html

35 lines
973 B
HTML
Raw Normal View History

2020-01-04 15:52:52 +01:00
<!DOCTYPE html>
<html>
<head>
<title>FFXIV Hunt Train Tracker</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css" />
2020-01-06 01:13:04 +01:00
<script type="text/javascript" src="js/stats.js"></script>
2020-01-04 15:52:52 +01:00
</head>
<body>
<center>
2020-01-06 01:13:04 +01:00
<img src="img/logo.png" alt="logo" class="logo">
<br><br>
2020-01-04 16:13:12 +01:00
<form action="shb">
2020-01-06 01:13:04 +01:00
<button class="btn" type="submit">Shadowbringers Hunt Train Tracker</button>
2020-01-04 15:52:52 +01:00
</form>
<br>
2020-01-04 16:13:12 +01:00
<form action="sb">
2020-01-06 01:13:04 +01:00
<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>
2020-01-04 15:52:52 +01:00
</form>
</center>
2020-01-06 01:13:04 +01:00
<br>
<footer>
Maintained by CaptainArk | <a href="https://eu.finalfantasyxiv.com/lodestone/character/18235634/">Moemie Valesti @ Omega</a>
<br>
2020-01-06 01:17:58 +01:00
<a href="mailto:contact@captainark.net">Contact me</a> | <a href="https://cablemonkey.us/huntmap2/">Maps source</a>
2020-01-06 01:13:04 +01:00
</footer>
2020-01-04 15:52:52 +01:00
</body>
</html>