mirror of
https://github.com/localForage/localForage.git
synced 2025-12-08 18:26:09 +00:00
11 lines
236 B
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>
|