mirror of
https://github.com/leanote/desktop-app.git
synced 2025-12-25 01:13:56 +08:00
14 lines
311 B
HTML
14 lines
311 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test NeDB persistence in the browser</title>
|
|
<link rel="stylesheet" href="mocha.css">
|
|
</head>
|
|
<body>
|
|
<div id="results"></div>
|
|
<script src="../out/nedb.js"></script>
|
|
<script src="./testPersistence.js"></script>
|
|
</body>
|
|
</html>
|