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.
12345678910111213141516171819 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>Component import file</title>
- <link rel="import" href="./card-front.html">
- <link rel="import" href="./card-title.html">
- <link rel="import" href="./card-icon.html">
- <link rel="import" href="./card-contents.html">
- <link rel="import" href="./card-rule.html">
- <link rel="import" href="./card-subtitle.html">
- <link rel="import" href="./card-property.html">
- <link rel="import" href="./card-description.html">
- <link rel="import" href="./card-fill.html">
- <link rel="import" href="./card-section.html">
- </head>
- <body>
-
- </body>
- </html>
|