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

output.html 440B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>RPG cards</title>
  5. <!-- Javascript -->
  6. <script type="text/javascript" src="js/output.js"></script>
  7. <!-- CSS -->
  8. <link rel=" stylesheet" type="text/css" href="css/output.css">
  9. <link rel="stylesheet" type="text/css" href="css/card-size.css">
  10. <!-- Components -->
  11. <link rel="import" href="components/card.html">
  12. </head>
  13. <body class="page-background">
  14. </body>
  15. </html>