diff --git a/rpg-docs/client/views/home/intro/intro.html b/rpg-docs/client/views/home/intro/intro.html
index 10166e47..89b762a5 100644
--- a/rpg-docs/client/views/home/intro/intro.html
+++ b/rpg-docs/client/views/home/intro/intro.html
@@ -45,6 +45,15 @@
Lawful Good Human
+
+
+
+ Starter Set Wizard
+
+
+ Chaotic Good High Elf
+
diff --git a/rpg-docs/client/views/home/intro/intro.js b/rpg-docs/client/views/home/intro/intro.js
index 75d5e01f..ecc22fa8 100644
--- a/rpg-docs/client/views/home/intro/intro.js
+++ b/rpg-docs/client/views/home/intro/intro.js
@@ -8,6 +8,9 @@ Template.intro.events({
"tap .ssArcher": function() {
Router.go("/character/yBWwt5XQTTHZiRQxq");
},
+ "tap .ssWizard": function() {
+ Router.go("/character/KxHKskm22fS2Xogah");
+ },
"tap .guideButton": function() {
Router.go("/guide");
},