diff options
Diffstat (limited to 'cards/build/index.html')
| -rw-r--r-- | cards/build/index.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/cards/build/index.html b/cards/build/index.html new file mode 100644 index 0000000..0f70709 --- /dev/null +++ b/cards/build/index.html @@ -0,0 +1,36 @@ +<!DOCTYPE html> +<html> + <script type="text/javascript" src="script.js"> + </script> + <link rel="stylesheet" href="style.css"> + <link rel="icon" type="image/x-icon" href="favicon.ico"> + <img src="/justicar.png" alt="Justicar" height="400px" class="justicar"> + <h1> + Hello world from Justicar + </h1> + <hr> + <h2 class="paggio"> + Hello world from Paggio! + </h2> + <p class="paggio"> + This part was generated by Paggio in HTML :) + </p> + <div> + <div class="card"> + <div class="top_card"> + <div class="title_card"> + Camping in the Wild + </div> + <div class="background_image_card"> + <div style="background-image: url('wd_t_02.PNG');" class="image_card"> + </div> + </div> + </div> + <div class="bottom_card"> + <div class="content_card"> + Choose: Destroy 1 Water and 1 Meal OR All players take 2 damage + </div> + </div> + </div> + </div> +</html> |
