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.

card.html 616B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <title>Component import file</title>
  5. <link rel="import" href="./card-front.html">
  6. <link rel="import" href="./card-title.html">
  7. <link rel="import" href="./card-icon.html">
  8. <link rel="import" href="./card-contents.html">
  9. <link rel="import" href="./card-rule.html">
  10. <link rel="import" href="./card-subtitle.html">
  11. <link rel="import" href="./card-property.html">
  12. <link rel="import" href="./card-description.html">
  13. <link rel="import" href="./card-fill.html">
  14. <link rel="import" href="./card-section.html">
  15. </head>
  16. <body>
  17. </body>
  18. </html>