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/index.html

20 lines
425 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" />
</head>
<body>
<center>
<form action="sb">
<button class="btn" type="submit">ShB Hunt Train Tracker</button>
</form>
<br>
<form action="shb">
<button class="btn" type="submit">SB Hunt Train Tracker</button>
</form>
</center>
</body>
</html>