20 lines
425 B
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>
|