rename public folder and fix links
This commit is contained in:
19
public/index.html
Normal file
19
public/index.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!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>
|
Reference in New Issue
Block a user