fateforge-tool/spells.html

78 lines
1.8 KiB
HTML
Raw Normal View History

2023-03-04 00:18:55 +00:00
<!DOCTYPE html>
2023-03-05 01:03:48 +00:00
2023-03-04 00:18:55 +00:00
<head>
2023-03-05 01:03:48 +00:00
2023-03-04 22:24:06 +00:00
<meta charset="utf-8" />
2023-03-04 00:18:55 +00:00
<meta name="description" content="">
2023-03-12 01:07:46 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1">
2023-03-04 00:18:55 +00:00
<title>Spells - fateforge.tools</title>
2023-03-04 22:24:06 +00:00
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css" />
<link href="css/all.min.css" rel="stylesheet" />
2023-03-05 22:58:21 +00:00
<link href="css/water.css" rel="stylesheet" />
2023-03-06 23:06:27 +00:00
<link type="text/css" rel="stylesheet" href="lib/w2ui/w2ui.css" />
2023-03-06 13:13:04 +00:00
<link rel="stylesheet" href="css/style.css" type="text/css">
2023-03-05 22:58:21 +00:00
2023-03-04 22:24:06 +00:00
<link rel="icon" type="image/x-icon" href="/img/FateforgeTool_logo_80.png">
2023-03-05 22:58:21 +00:00
2023-03-10 00:55:55 +00:00
<script type="text/javascript" src="lib/jquery.min.js"></script>
<script type="text/javascript" src="lib/jquery.localize-dev.js"></script>
2023-03-05 22:58:21 +00:00
2023-03-04 00:18:55 +00:00
</head>
<body>
2023-03-05 22:58:21 +00:00
<header>
<button onclick="changeLangEN()">English</button>
<button onclick="changeLangFR()">Français</button>
2023-03-05 22:58:21 +00:00
<a href="index.html">
<h1>FateforgeTools</h1>
</a>
</header>
2023-03-05 01:03:48 +00:00
<h2 data-localize="btn-spells">Spells</h2>
2023-03-05 22:58:21 +00:00
<!--<div class="container" style="display: flex;flex-direction: row;flex-wrap: wrap;">-->
2023-03-06 13:13:04 +00:00
<div class="container" ">
2023-03-10 00:55:55 +00:00
<div class=" list-col" id="spell-list">
<!-- FILL WITH JS-->
2023-03-06 13:13:04 +00:00
</div>
2023-03-04 00:18:55 +00:00
2023-03-04 22:24:06 +00:00
2023-03-05 22:58:21 +00:00
2023-03-10 00:55:55 +00:00
<div class="view-col" id="content">
2023-03-06 13:13:04 +00:00
<table id="pagecontent" class="view" style="border:solid">
2023-03-05 22:58:21 +00:00
2023-03-06 13:13:04 +00:00
<td class="initial-message">Select a spell from the list to view it here</td>
2023-03-05 22:58:21 +00:00
2023-03-06 13:13:04 +00:00
</table>
2023-03-05 01:03:48 +00:00
</div>
2023-03-04 22:24:06 +00:00
2023-03-06 13:13:04 +00:00
</div>
2023-03-10 00:55:55 +00:00
<div id="footer"></div>
2023-03-06 13:13:04 +00:00
2023-03-06 23:06:27 +00:00
<script type="text/javascript" src="lib/w2ui/w2ui.js"></script>
<script type="text/javascript" src="lib/w2ui/w2ui.es6.js"></script>
2023-03-05 22:58:21 +00:00
2023-03-05 01:03:48 +00:00
<script type="module" src="js/spells.js"></script>
2023-03-10 00:55:55 +00:00
<script type="text/javascript" src="js/footer.js"></script>
2023-03-05 01:03:48 +00:00
<script src="https://kit.fontawesome.com/126cdd0e29.js" crossorigin="anonymous"></script>
2023-03-06 23:06:27 +00:00
<script type="text/javascript" src="js/language.js"></script>
2023-03-04 22:24:06 +00:00
</body>
2023-03-05 01:03:48 +00:00
2023-03-04 00:18:55 +00:00
</html>