--- layout: default category: start permalink: /start title: Quick start description: "Get started with eFrolic, a simple and functional framework for creating responsive sites on mobile devices. Use one of the following ways to start using." ---
{{ page.description }}
This framework was first developed for mobile devices. To ensure proper playback and a touch zoom for all devices, add the meta tag of the sensitive window to your <head>.
{% highlight html %} {% endhighlight %}The icons are used in almost all the components, we use Font awesome but it is free to add your icons from other sources that you like.
Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.
{% highlight html %} {% endhighlight %}Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.
{% highlight html %} {% endhighlight %}Copy-paste the stylesheet <link> into your <head> before all other stylesheets to load our CSS.
{% highlight html %} {% endhighlight %}If you want to get started right away, you can use this HTML starter template. Just copy/paste this code in a file and save it on your computer.
{% highlight html %}