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

1234567891011121314151617181920212223242526272829303132
  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/cards.css">
  10. <link rel="stylesheet" type="text/css" href="css/card-size.css">
  11. <link rel="stylesheet" type="text/css" href="css/icons.css">
  12. <link rel="stylesheet" type="text/css" href="css/custom-icons.css">
  13. <!-- Fonts -->
  14. <link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  15. <link href='https://fonts.googleapis.com/css?family=Lora:700' rel='stylesheet' type='text/css'>
  16. <!-- GOOGLE ANALYTICS (only for online preview, your local version won't have this) -->
  17. <script>
  18. (function (i, s, o, g, r, a, m) {
  19. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  20. (i[r].q = i[r].q || []).push(arguments)
  21. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  22. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  23. })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
  24. ga('create', 'UA-61016456-1', 'auto');
  25. ga('send', 'pageview');
  26. </script>
  27. </head>
  28. <body class="page-background">
  29. </body>
  30. </html>