require.html 241 B

12345678910
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf8" />
  5. <title>require.js localForage-getItems example</title>
  6. </head>
  7. <body>
  8. <script src="../node_modules/requirejs/require.js" data-main="main.js"></script>
  9. </body>
  10. </html>