mirror of
https://github.com/localForage/localForage.git
synced 2026-02-01 15:32:04 +00:00
13 lines
231 B
HTML
13 lines
231 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>WebSQL driver: Global Scope Test</title>
|
|
</head>
|
|
<body>
|
|
<div class="status"></div>
|
|
|
|
<script src="../dist/localforage.js"></script>
|
|
</body>
|
|
</html>
|