1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-10-29 06:26:02 +00:00

Suite Osgild

This commit is contained in:
Yan Maniez 2020-01-16 15:46:02 +01:00
parent 57696acedb
commit 122e11b664
3 changed files with 22 additions and 3 deletions

View file

@ -5,6 +5,12 @@
<body>
<pre>
<h1>Benastir</h1>
<b>Signification :</b> Cité bénie
<b>Lieux importants :</b> Temples de toutes les religions
<b>Source :</b> Anathazerin : p7, S4 Les Faux-Monnayeurs p88
</pre>
</body>
</html>

View file

@ -3,8 +3,18 @@
<link href="style.css" rel="stylesheet">
</head>
<body>
<pre>
---
</pre>
<h1>Terres d'Osgild</h1>
<br />
<br />
Vous pouvez naviguer sur la carte en cliquant sur les différents lieux.
<br />
<br />
Carte principale des Terres d'Osgild extraite de la carte officielle disponible gratuitement sur le site <a href="https://www.black-book-editions.fr/produit.php?id=3216" target="_blank">www.black-book-editions.fr</a>
<br />
<br />
Cartes des villes provenant <a href="https://www.black-book-editions.fr/forums.php?topic_id=11015" target="_blank">du forum BBE et créées par <b>Romje</b></a>
<br />
<br />
Détails sur les villes et lieux tirés du <a href="https://www.black-book-editions.fr/forums.php?topic_id=11806" target="_blank">Recueil des Terres d'Osgild créé par <b>Gibus</b></a>
</body>
</html>

View file

@ -3,6 +3,9 @@
pre {
font-family: 'Noto Serif', serif;
}
body {
font-family: 'Noto Serif', serif;
}
h1 {
font-family: 'UnifrakturCook', cursive;
}