2023-03-06 00:43:27 +00:00
|
|
|
<!DOCTYPE html>
|
2023-03-04 00:18:55 +00:00
|
|
|
|
|
|
|
<head>
|
2023-03-04 11:12:36 +00:00
|
|
|
<meta charset="utf-8" />
|
2023-03-10 00:55:55 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2023-03-04 00:18:55 +00:00
|
|
|
<title>fateforge-tools</title>
|
2023-03-05 22:58:21 +00:00
|
|
|
<link rel="stylesheet" href="css/water.css" />
|
2023-03-04 11:12:36 +00:00
|
|
|
<link href="css/all.min.css" rel="stylesheet" />
|
2023-03-06 00:43:27 +00:00
|
|
|
<link rel="icon" type="image/png" href="/img/FateforgeTool_logo_80.png">
|
2023-03-10 00:55:55 +00:00
|
|
|
|
|
|
|
<script type="text/javascript" src="lib/jquery.min.js"></script>
|
2023-03-12 21:00:35 +00:00
|
|
|
<script type="text/javascript" src="lib/jquery.localize-dev.js"></script>
|
2023-03-10 00:55:55 +00:00
|
|
|
|
|
|
|
|
2023-03-04 00:18:55 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2023-03-05 22:58:21 +00:00
|
|
|
<header>
|
2023-03-13 15:11:51 +00:00
|
|
|
<button onclick="changeLangEN()">
|
|
|
|
<img src="img\flags\en-UK-400.png" width="20" />
|
|
|
|
English
|
|
|
|
</button>
|
|
|
|
<button onclick="changeLangFR()">
|
|
|
|
<img src="img\flags\fr-FR-400.png" width="20" />
|
|
|
|
Français
|
|
|
|
</button>
|
2023-03-10 00:55:55 +00:00
|
|
|
<a href="index.html">
|
|
|
|
<h1>FateforgeTools</h1>
|
|
|
|
</a>
|
2023-03-05 22:58:21 +00:00
|
|
|
<div data-localize="desc">
|
|
|
|
A suite of tools for Fateforge players and Masters.
|
|
|
|
</div>
|
|
|
|
</header>
|
2023-03-04 22:24:06 +00:00
|
|
|
<br>
|
2023-03-04 11:12:36 +00:00
|
|
|
<div class="tools">
|
|
|
|
<button onclick="window.location.href='spells.html';">
|
|
|
|
<div><i class="fa-solid fa-wand-sparkles"></i></div>
|
|
|
|
<div data-localize="btn-spells">spells</div>
|
|
|
|
</button>
|
2023-03-05 01:03:48 +00:00
|
|
|
<button onclick="window.location.href='monsters.html';" disabled>
|
2023-03-04 11:12:36 +00:00
|
|
|
<div><i class="fa-solid fa-dragon"></i></div>
|
|
|
|
<div data-localize="btn-monsters">monsters</div>
|
|
|
|
</button>
|
2023-03-05 01:03:48 +00:00
|
|
|
<button onclick="window.location.href='items.html';" disabled>
|
2023-03-04 11:12:36 +00:00
|
|
|
<div><i class="fa-solid fa-hand-sparkles"></i></div>
|
|
|
|
<div data-localize="btn-items">items</div>
|
|
|
|
</button>
|
2023-03-06 23:13:27 +00:00
|
|
|
<button onclick="window.location.href='books.html';">
|
|
|
|
<div><i class="fa-solid fa-book"></i></div>
|
|
|
|
<div data-localize="btn-books">books</div>
|
|
|
|
</button>
|
2023-03-13 15:11:51 +00:00
|
|
|
<button onclick="window.location.href='timeline.html';">
|
|
|
|
<div><i class="fa-solid fa-timeline"></i></div>
|
|
|
|
<div data-localize="btn-timeline">timeline</div>
|
|
|
|
</button>
|
2023-03-04 11:12:36 +00:00
|
|
|
</div>
|
2023-03-04 00:18:55 +00:00
|
|
|
|
2023-03-10 00:55:55 +00:00
|
|
|
<div id="footer"></div>
|
2023-03-04 00:18:55 +00:00
|
|
|
|
2023-03-10 00:55:55 +00:00
|
|
|
<script type="text/javascript" src="js/footer.js"></script>
|
|
|
|
<script async type="text/javascript" src="js/language.js"></script>
|
2023-03-04 00:18:55 +00:00
|
|
|
|
2023-03-06 13:13:04 +00:00
|
|
|
<script rel="preload" src="https://kit.fontawesome.com/126cdd0e29.js" crossorigin="anonymous"></script>
|
2023-03-04 00:18:55 +00:00
|
|
|
|
|
|
|
|
2023-03-04 11:12:36 +00:00
|
|
|
</body>
|
2023-03-04 00:18:55 +00:00
|
|
|
|
|
|
|
</html>
|