diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-20 12:55:56 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:19:38 +0100 |
commit | 1b14eee45f96b6fa2a1653a8e6d4c93775b58268 (patch) | |
tree | 381ffadcdb7673d4ae65df3d2d3ceec9696316c7 /info/rules.html | |
parent | 9586edf84f53d4c72416effa6b18d101da101bcc (diff) | |
download | crusader-rex-1b14eee45f96b6fa2a1653a8e6d4c93775b58268.tar.gz |
crusader: Add info pages.
Diffstat (limited to 'info/rules.html')
-rw-r--r-- | info/rules.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/info/rules.html b/info/rules.html new file mode 100644 index 0000000..03067dd --- /dev/null +++ b/info/rules.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<title>Crusader Rex - Rules 2.0</title> +<style> +body { background-color: slategray; } +img { display: block; margin: 40px auto; box-shadow: 2px 2px 20px rgba(0,0,0,0.5); } +</style> +<body> +<img src="rules1.jpg"> +<img src="rules2.jpg"> +<a name="setup"></a> +<img src="rules3.jpg"> +<img src="rules4.jpg"> +<img src="rules5.jpg"> +<img src="rules6.jpg"> +<img src="rules7.jpg"> +<img src="rules8.jpg"> |