Getting Started
Open
index.html
file in root, and customize site title in<title>
and incontent
of<meta name="title">
for better SEO.Customize
app.js
file.Make sure that
app.js
is included inindex.html
after calling./yugal/yugal.js
at the end ofbody
tag.Importing
./yugal/yugal.js
is very important. And make sure calling it before calling your otherjs
scripts.Point
ErrorDocument 404
toindex.html
in.htaccess
or Page navigation will not work.
Last updated
Was this helpful?