diff --git a/public/index.html b/public/index.html
index 0e0c730..5d50505 100644
--- a/public/index.html
+++ b/public/index.html
@@ -84,7 +84,7 @@
-
+
@@ -97,6 +97,9 @@
window.console
&& window.console.log
&& (console.log("Think big, train fast, learn deep. See https://github.com/yanglbme"))
+ setTimeout(() => {
+ document.body.addEventListener('load', prettyPrint())
+ }, 2000)