mirror of
https://github.com/localForage/localForage.git
synced 2026-01-25 14:44:26 +00:00
15 lines
315 B
HTML
15 lines
315 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Component Test</title>
|
|
</head>
|
|
<body>
|
|
<div class="status"></div>
|
|
<script src="../dist/localforage.cmp.js"></script>
|
|
<script type="text/javascript">
|
|
window.localforage = require('localforage');
|
|
</script>
|
|
</body>
|
|
</html>
|