ソースを参照

Added ascii art and three.min.js to docs page

Greg Tatum 10 年 前
コミット
653da344e0
1 ファイル変更12 行追加0 行削除
  1. 12 0
      docs/index.html

+ 12 - 0
docs/index.html

@@ -405,6 +405,18 @@
 
 			if ( window.location.hash.length > 0 ) goToHash();
 
+			console.log(["\n     __________  ____\n",
+			"    /\\         \\/\\   \\              ____    ____              __\n",
+			"   /  \\_________\\ \\___\\   _______  /\\   \\  /\\   \\      _     / /\\\n",
+			"   \\ /          / /   /  /\\      \\/  \\___\\/  \\___\\    / /\\  / / /_ \n",
+			"    \\__     ___/ /   / \\/  \\______\\  / __ \\  / __ \\  / / / /_/ /  \\\n",
+			" __/   /   //   /   /___\\  /  __  / / ____/ / ____/ /_/  \\ \\ \\  / / \n",
+			"/\\ \\  /   / \\  /   __   / /  /\\/_/\\/ /___\\\\/ /___\\  \\_\\/\\ \\ `/`/ /\n",
+			"\\ \\ \\/___/   \\/___/\\/__/\\/__/      \\_____/ \\_____/ __  \\_\\ \\ \\_\\/\n",
+			" \\ \\____________________________________________\\ /_/\\ /_/ /\n",
+			"  \\/____________________________________________/ \\_\\/ \\_\\/\n"].join(''))
+			
 		</script>
+		<script src="../build/three.min.js"></script>
 	</body>
 </html>