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