Bez popisu
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 719B

123456789101112131415161718
  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/page.css">
  9. <link rel="stylesheet" type="text/css" href="css/cards.css">
  10. <link rel="stylesheet" type="text/css" href="css/icons.css">
  11. <link rel="stylesheet" type="text/css" href="css/custom-icons.css">
  12. <!-- Fonts -->
  13. <link href='https://fonts.googleapis.com/css?family=Noto+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  14. <link href='https://fonts.googleapis.com/css?family=Lora:700' rel='stylesheet' type='text/css'>
  15. </head>
  16. <body>
  17. </body>
  18. </html>