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