blob: 0f7070990dc4543eb518de0ae6dde0ea67eb32bf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>
|