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