From b5e98f2f9d4659bf89eebda348a5cb4e6ddb8f70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fatih=20Kadir=20Ak=C4=B1n?= Date: Fri, 4 Dec 2015 13:45:35 +0200 Subject: [PATCH] Create statics.md --- docs/statics.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 docs/statics.md diff --git a/docs/statics.md b/docs/statics.md new file mode 100644 index 0000000..43f60b1 --- /dev/null +++ b/docs/statics.md @@ -0,0 +1,31 @@ +# Statics + +Add your files to `public` directory and Kemal will serve these files immediately. + +``` +app/ + src/ + awesome_web_project.cr + public/ + js/ + jquery.js + awesome_web_project.js + css/ + awesome_web_project.css + index.html +``` + +Open index.html and add + +```html + + + + + + + + ... + + +```