diff options
Diffstat (limited to 'info/reference.html')
-rw-r--r-- | info/reference.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/info/reference.html b/info/reference.html new file mode 100644 index 0000000..52e823a --- /dev/null +++ b/info/reference.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html> +<meta name="viewport" content="width=1360"> +<head> +<title>Vijayanagara Reference</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="Reference_GoatTiger_front.jpg"> +<img src="1_DS.jpg"> +<img src="2_BK.jpg"> +<img src="3_VE.jpg"> +<img src="4_MA.jpg"> +</section> |