diff --git a/public_html/card_concepts.csv b/public_html/card_concepts.csv
index b570c07..ce22fd7 100644
--- a/public_html/card_concepts.csv
+++ b/public_html/card_concepts.csv
@@ -1 +1,2 @@
Card Name;Cost;Type;Effect / Reminder Text;Power;Durability
+Bomber;2;Mecha;Flight (This unit can't be attacked except by units with Flight or Reach). This Mecha can't attack units with Flight ;3;2
diff --git a/public_html/img/twitter.png b/public_html/img/twitter.png
new file mode 100644
index 0000000..372a39e
Binary files /dev/null and b/public_html/img/twitter.png differ
diff --git a/public_html/rules.md b/public_html/rules.md
index 14cef55..55b4748 100644
--- a/public_html/rules.md
+++ b/public_html/rules.md
@@ -1,3 +1,6 @@
+
+
+
Fight your way across vast expanses, conquer enemy batallions, and survive in this world of immense Mechas - wild combat machines commanded by the best pilots this side of the catastrophe.
::: mobileOnly
diff --git a/public_html/utilities.js b/public_html/utilities.js
index 3a46878..80f6049 100644
--- a/public_html/utilities.js
+++ b/public_html/utilities.js
@@ -1,5 +1,5 @@
//global markdown object and configuration
-var markdown = window.markdownit()
+var markdown = window.markdownit({html:true})
//allow HTML-style comments
.use(window.markdownitInlineComments)