diff options
author | Tor Andersson <tor@ccxvii.net> | 2025-02-23 18:00:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2025-02-23 18:00:59 +0100 |
commit | 6e6b862e520a59dd2ef6e7d48075f4281496147b (patch) | |
tree | 18c569f6ed2a48426f68ad399ab27ba7a855f7d9 /info | |
parent | 6379a462c75faefb08ac1e8e367fc7ead0c206c3 (diff) | |
download | land-and-freedom-6e6b862e520a59dd2ef6e7d48075f4281496147b.tar.gz |
Add player aids.
Diffstat (limited to 'info')
-rw-r--r-- | info/pac_a.html | 13 | ||||
-rw-r--r-- | info/pac_a.png | bin | 0 -> 526050 bytes | |||
-rw-r--r-- | info/pac_a.webp | bin | 0 -> 117296 bytes | |||
-rw-r--r-- | info/pac_c.html | 13 | ||||
-rw-r--r-- | info/pac_c.png | bin | 0 -> 582312 bytes | |||
-rw-r--r-- | info/pac_c.webp | bin | 0 -> 129570 bytes | |||
-rw-r--r-- | info/pac_m.html | 13 | ||||
-rw-r--r-- | info/pac_m.png | bin | 0 -> 542078 bytes | |||
-rw-r--r-- | info/pac_m.webp | bin | 0 -> 125980 bytes |
9 files changed, 39 insertions, 0 deletions
diff --git a/info/pac_a.html b/info/pac_a.html new file mode 100644 index 0000000..f8552bc --- /dev/null +++ b/info/pac_a.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +<meta name="viewport" content="width=1120"> +<title>Anarchists</title> +<link rel="stylesheet" href="/fonts/fonts.css"> +<style> +body{background-color:slategray} +div{background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black} +</style> +</head> +<body> +<div style="background-image:url(pac_a.webp);width:1100px;height:850px"></div> diff --git a/info/pac_a.png b/info/pac_a.png Binary files differnew file mode 100644 index 0000000..1732873 --- /dev/null +++ b/info/pac_a.png diff --git a/info/pac_a.webp b/info/pac_a.webp Binary files differnew file mode 100644 index 0000000..3f40312 --- /dev/null +++ b/info/pac_a.webp diff --git a/info/pac_c.html b/info/pac_c.html new file mode 100644 index 0000000..708d86c --- /dev/null +++ b/info/pac_c.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +<meta name="viewport" content="width=1120"> +<title>Communists</title> +<link rel="stylesheet" href="/fonts/fonts.css"> +<style> +body{background-color:slategray} +div{background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black} +</style> +</head> +<body> +<div style="background-image:url(pac_c.webp);width:1100px;height:850px"></div> diff --git a/info/pac_c.png b/info/pac_c.png Binary files differnew file mode 100644 index 0000000..0476d3c --- /dev/null +++ b/info/pac_c.png diff --git a/info/pac_c.webp b/info/pac_c.webp Binary files differnew file mode 100644 index 0000000..d13aeb6 --- /dev/null +++ b/info/pac_c.webp diff --git a/info/pac_m.html b/info/pac_m.html new file mode 100644 index 0000000..b6f75e6 --- /dev/null +++ b/info/pac_m.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html> +<head> +<meta name="viewport" content="width=1120"> +<title>Moderates</title> +<link rel="stylesheet" href="/fonts/fonts.css"> +<style> +body{background-color:slategray} +div{background-color:white;margin:1em auto;box-shadow:1px 1px 8px -2px black} +</style> +</head> +<body> +<div style="background-image:url(pac_m.webp);width:1100px;height:850px"></div> diff --git a/info/pac_m.png b/info/pac_m.png Binary files differnew file mode 100644 index 0000000..b532844 --- /dev/null +++ b/info/pac_m.png diff --git a/info/pac_m.webp b/info/pac_m.webp Binary files differnew file mode 100644 index 0000000..76b73c3 --- /dev/null +++ b/info/pac_m.webp |