diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-07-12 14:58:23 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-12 15:11:47 +0200 |
commit | 46a4aae0b5c761fa9080d9dbe63e988e191693ba (patch) | |
tree | 18f8fe6f6f469094bfd2e024dbd2782487d5f588 /info | |
parent | 701d75a6bba9901a23092ad47a315b4ad2528c6b (diff) | |
download | time-of-crisis-46a4aae0b5c761fa9080d9dbe63e988e191693ba.tar.gz |
Add player aid.
Diffstat (limited to 'info')
-rw-r--r-- | info/aid.html | 17 | ||||
-rw-r--r-- | info/aid.png | bin | 0 -> 153418 bytes |
2 files changed, 17 insertions, 0 deletions
diff --git a/info/aid.html b/info/aid.html new file mode 100644 index 0000000..62594f2 --- /dev/null +++ b/info/aid.html @@ -0,0 +1,17 @@ +<!DOCTYPE html> +<html> +<head> +<title>Time of Crisis - Aid</title> +<style> +html { + background-color:slategray; +} +img { + display:block; + margin: 1em auto; + box-shadow:1px 1px 8px -2px black; +} +</style> +</head> +<body> +<img src="aid.png" width="1320" height="700"> diff --git a/info/aid.png b/info/aid.png Binary files differnew file mode 100644 index 0000000..c6d8ea8 --- /dev/null +++ b/info/aid.png |