From 9c9aeaef47fe612dbc0f446920fca9cb54781aef Mon Sep 17 00:00:00 2001 From: raysan5 Date: Sat, 13 Feb 2016 12:21:29 +0100 Subject: [PATCH] Added web template (shell) for html5 games --- templates/web_shell/shell.html | 239 +++++++++++++++++++++++++++++++++ 1 file changed, 239 insertions(+) create mode 100644 templates/web_shell/shell.html diff --git a/templates/web_shell/shell.html b/templates/web_shell/shell.html new file mode 100644 index 000000000..c154ee7e4 --- /dev/null +++ b/templates/web_shell/shell.html @@ -0,0 +1,239 @@ + + + + + + + raylib HTML5 GAME + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
Downloading...
+ + + + + +
+ +
+
+ +
+ +
+ + + + + {{{ SCRIPT }}} + + \ No newline at end of file