<!doctype html> <html> <head> <meta charset="utf8" /> <title>require.js localForage example</title> </head> <body> <script src="../bower_components/requirejs/require.js" data-main="main.js"></script> </body> </html>