add book button
This commit is contained in:
parent
2b7da69243
commit
7a2a243013
3 changed files with 9 additions and 3 deletions
|
@ -11,8 +11,8 @@
|
|||
</head>
|
||||
|
||||
<body>
|
||||
<button onclick="changeLangEN()">English</button>
|
||||
<button onclick="changeLangFR()">French</button>
|
||||
<button onclick="changeLangEN()">🇺🇸 English</button>
|
||||
<button onclick="changeLangFR()">🇫🇷 French</button>
|
||||
|
||||
<h1>FateforgeTools</h1>
|
||||
<div data-localize="desc">
|
||||
|
@ -32,6 +32,10 @@
|
|||
<div><i class="fa-solid fa-hand-sparkles"></i></div>
|
||||
<div data-localize="btn-items">items</div>
|
||||
</button>
|
||||
<button onclick="window.location.href='books.html';">
|
||||
<div><i class="fa-solid fa-book"></i></div>
|
||||
<div data-localize="btn-books">books</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<footer style="text-align: center;">
|
||||
|
|
|
@ -8,5 +8,6 @@
|
|||
"btn-monsters": "Creatures",
|
||||
"btn-items": "Magic Items",
|
||||
"CUVD": "Unofficial site for Fateforge RPG. Uses copyrighted content © Agate RPG, courtesy of the publisher under the CUVD license.",
|
||||
"link": "Join the community: <a href='https://fateforge.org/en'>https://fateforge.org/en</a>"
|
||||
"link": "Join the community: <a href='https://fateforge.org/en'>https://fateforge.org/en</a>",
|
||||
"btn-books": "Books"
|
||||
}
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
"btn-spells": "Sorts",
|
||||
"btn-monsters": "Créatures",
|
||||
"btn-items": "Objets Magiques",
|
||||
"btn-books": "Livres",
|
||||
"CUVD": "Site non-officiel pour Dragons. Utilise des contenus protégés par la propriété intellectuelle © Agate RPG, avec l’aimable permission de l’éditeur dans le cadre de la licence CUVD.",
|
||||
"link": "Rejoignez la communauté : <a href='www.dragons-rpg.com'>www.dragons-rpg.com</a>",
|
||||
"verbal": "Verbale",
|
||||
|
|
Loading…
Reference in a new issue