summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-05-06 18:51:30 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:08:56 +0100
commit8753a986615fef8a465b95137db8514ba32ce535 (patch)
tree3129c3ada02be0ca6b72a5c738e5f2b249c24852
parent48678b7e6052f2b664239333e610d49495dbe622 (diff)
downloadjulius-caesar-8753a986615fef8a465b95137db8514ba32ce535.tar.gz
Add <!DOCTYPE html> to info documents.
-rw-r--r--info/blocks.html1
-rw-r--r--info/cards.html1
-rw-r--r--info/rules.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/info/blocks.html b/info/blocks.html
index dcf49cd..5e85f63 100644
--- a/info/blocks.html
+++ b/info/blocks.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<title>Julius Caesar - Blocks</title>
<link rel="stylesheet" href="../blocks_columbia.css">
diff --git a/info/cards.html b/info/cards.html
index ecf52aa..c433480 100644
--- a/info/cards.html
+++ b/info/cards.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<title>Julius Caesar - Cards</title>
<style>
diff --git a/info/rules.html b/info/rules.html
index e836aa7..f8ff04e 100644
--- a/info/rules.html
+++ b/info/rules.html
@@ -1,3 +1,4 @@
+<!DOCTYPE html>
<html>
<head>
<title>Julius Caesar 1.1</title>