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

output.html 889B

12345678910111213141516171819202122232425
  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. <!-- Components -->
  8. <link rel="import" href="components/card.html">
  9. <!-- GOOGLE ANALYTICS (only for online preview, your local version won't have this) -->
  10. <script>
  11. (function (i, s, o, g, r, a, m) {
  12. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  13. (i[r].q = i[r].q || []).push(arguments)
  14. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  15. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  16. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  17. ga('create', 'UA-61016456-1', 'auto');
  18. ga('send', 'pageview');
  19. </script>
  20. </head>
  21. <body>
  22. </body>
  23. </html>