diff options
-rw-r--r-- | info/blocks.html | 1 | ||||
-rw-r--r-- | info/cards.html | 1 | ||||
-rw-r--r-- | info/rules.html | 1 | ||||
-rw-r--r-- | play.html | 2 |
4 files changed, 4 insertions, 1 deletions
diff --git a/info/blocks.html b/info/blocks.html index 531a535..6f2fca4 100644 --- a/info/blocks.html +++ b/info/blocks.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <title>Hammer of the Scots - Blocks</title> <link rel="stylesheet" href="../blocks.css"> diff --git a/info/cards.html b/info/cards.html index 92d2e2f..472c044 100644 --- a/info/cards.html +++ b/info/cards.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <title>Hammer of the Scots - Cards</title> <style> diff --git a/info/rules.html b/info/rules.html index 1cddc4b..4679710 100644 --- a/info/rules.html +++ b/info/rules.html @@ -1,3 +1,4 @@ +<!DOCTYPE html> <html> <title>Hammer of the Scots - Rules</title> <style> @@ -4,7 +4,7 @@ <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1"> <meta charset="UTF-8"> <title>HAMMER OF THE SCOTS</title> -<link rel="icon" href="Scottish_Thistle_(Heraldry).svg"> +<link rel="icon" href="Scottish_Thistle_(Heraldry).png"> <link rel="stylesheet" href="/fonts/fonts.css"> <link rel="stylesheet" href="/common/grid.css"> <link rel="stylesheet" href="/common/battle_abc.css"> |