Geen omschrijving
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 504B

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>