暫無描述
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 462B

12345678910111213141516171819
  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. <!-- teh app -->
  14. <script src="js/app.js"></script>
  15. <script>rpgcards.bootstrap();</script>
  16. </body>
  17. </html>