diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-08-21 15:55:11 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-08-24 01:19:20 +0200 |
commit | e287b601d14cb38f4cf93b88a8fa848549801936 (patch) | |
tree | bb10e5903d9bff84b2d4a9ccded2ee24b1580363 /info/guides.html | |
parent | f2bf9075c77e23bf2da9b2d8d3a264299ba387e2 (diff) | |
download | vijayanagara-e287b601d14cb38f4cf93b88a8fa848549801936.tar.gz |
Reference material.
Diffstat (limited to 'info/guides.html')
-rw-r--r-- | info/guides.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/info/guides.html b/info/guides.html new file mode 100644 index 0000000..ac118aa --- /dev/null +++ b/info/guides.html @@ -0,0 +1,28 @@ +<!DOCTYPE html> +<html> +<meta name="viewport" content="width=1360"> +<head> +<title>Vijayanagara Guides</title> +<style> +body { background-color:slategray; margin:0; } +img { box-shadow:1px 1px 8px -2px black; } +section { + display:flex; + flex-wrap:wrap; + gap:20px; + justify-content:center; + margin:20px; +} +img { + display:block; + background-color:white; +} +</style> +</head> +<body> + +<section> +<img src="DS_Strategy_Player.jpg"> +<img src="BK_Strategy_Player.jpg"> +<img src="VE_Strategy_Player.jpg"> +</section> |