diff options
Diffstat (limited to 'info/charts.html')
-rw-r--r-- | info/charts.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/info/charts.html b/info/charts.html new file mode 100644 index 0000000..0ad8332 --- /dev/null +++ b/info/charts.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> +<title>Waterloo Campaign 1815</title> +<style> +body{background-color:slategray;margin:0;padding:20px;} +.page{ + margin:20px auto; + width:1020px; + height:1320px; + background-color:white; + box-shadow:1px 1px 8px #0008; +} +</style> +<body> +<div class="page" style="background-image:url(tec1.jpg)"></div> +<div class="page" style="background-image:url(tec2.jpg)"></div> +<div class="page" style="background-image:url(aid1.png)"></div> |