暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

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>