# Statics Add your files to `public` directory and Kemal will serve these files immediately. ``` app/ src/ your_app.cr public/ js/ jquery.js your_app.js css/ your_app.css index.html ``` Open index.html and add ```html ... ```