Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

index.html 401B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>RPG Cards</title>
  6. <link rel="stylesheet" href="./css/rpg-cards.css">
  7. </head>
  8. <body>
  9. <div id="cardeditor"></div>
  10. <!-- libraries -->
  11. <script src="js/react.js"></script>
  12. <!-- teh app -->
  13. <script src="js/app.js"></script>
  14. <script>rpgcards.bootstrap();</script>
  15. </body>
  16. </html>