Brak opisu
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 884B

1234567891011121314151617181920
  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. </head>
  18. <body class="page-background">
  19. </body>
  20. </html>