From c2db4e3ce74203c96ff74c35b77bb58f644cd6ca Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 24 Oct 2016 03:50:51 +0900 Subject: [PATCH] Updated Web Browsers (markdown) --- Web-Browsers.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Web-Browsers.md b/Web-Browsers.md index 8b19988..ee13055 100644 --- a/Web-Browsers.md +++ b/Web-Browsers.md @@ -14,3 +14,5 @@ Then, open the below HTML on your HTTP server: ``` NOTE: `file://` URL may not work with Ebiten. Execute your game on a HTTP server. + +If you want to embed your game into your web page, using iframe is strongly recommended.