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 503B

1234567891011121314151617181920
  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. <link rel="stylesheet" href="./css/semanticui/icon.css">
  8. </head>
  9. <body>
  10. <div id="cardeditor"></div>
  11. <!-- libraries -->
  12. <script src="js/react.js"></script>
  13. <script src="js/page.js"></script>
  14. <!-- teh app -->
  15. <script src="js/app.js"></script>
  16. <script>rpgcards.bootstrap();</script>
  17. </body>
  18. </html>