summaryrefslogtreecommitdiff
path: root/info/guides.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-08-21 15:55:11 +0200
committerTor Andersson <tor@ccxvii.net>2024-08-24 01:19:20 +0200
commite287b601d14cb38f4cf93b88a8fa848549801936 (patch)
treebb10e5903d9bff84b2d4a9ccded2ee24b1580363 /info/guides.html
parentf2bf9075c77e23bf2da9b2d8d3a264299ba387e2 (diff)
downloadvijayanagara-e287b601d14cb38f4cf93b88a8fa848549801936.tar.gz
Reference material.
Diffstat (limited to 'info/guides.html')
-rw-r--r--info/guides.html28
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>