mirror of
https://github.com/localForage/localForage.git
synced 2026-01-25 14:44:26 +00:00
13 lines
270 B
HTML
13 lines
270 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>require.js Scope Test</title>
|
|
</head>
|
|
<body>
|
|
<div class="status"></div>
|
|
|
|
<script data-main="../dist/localforage" src="../bower_components/requirejs/require.js"></script>
|
|
</body>
|
|
</html>
|