Ingen beskrivning
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.5KB

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