Files
Zos/Skills/@be/node_modules/localforage/examples/require.html

11 lines
236 B
HTML

<!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>