diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-05-06 18:51:30 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2022-11-16 19:12:55 +0100 |
commit | 4b3480c155d7224d3142e545047e91d3686856f2 (patch) | |
tree | a336f6ec8f15978ad75a6ba7bf80cff56d57a688 | |
parent | aebba0da75ef4ace08079a39ebde51234be6fb80 (diff) | |
download | richard-iii-4b3480c155d7224d3142e545047e91d3686856f2.tar.gz |
Add <!DOCTYPE html> to info documents.
-rw-r--r-- | about.html | 4 | ||||
-rw-r--r-- | info/blocks.html | 1 | ||||
-rw-r--r-- | info/cards.html | 1 | ||||
-rw-r--r-- | info/rules.html | 1 |
4 files changed, 3 insertions, 4 deletions
@@ -18,7 +18,3 @@ Designer: Jerry Taylor. <p> Copyright © 2009 <a href="https://columbiagames.com/cgi-bin/query/cfg/zoom.cfg?product_id=3171">Columbia Games</a> and Jerry Taylor. - -<p style="color:brown"> -WARNING: This game is currently in beta testing. -Please <a href="https://github.com/ccxvii/rally-the-troops/issues">report</a> any bugs you encounter. diff --git a/info/blocks.html b/info/blocks.html index 45f3c37..35188ed 100644 --- a/info/blocks.html +++ b/info/blocks.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <title>Richard III - Blocks</title> <style> diff --git a/info/cards.html b/info/cards.html index 397e81e..fa44df6 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <title>Richard III - Cards</title> <style> diff --git a/info/rules.html b/info/rules.html index 92a2497..a6045c6 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <head> <title>Richard III 1.02</title> |