sqlite instead of file system to store macs

This commit is contained in:
sandb
2010-02-22 01:38:28 +01:00
parent ebff21147c
commit b08f87e9e5
9 changed files with 130 additions and 148 deletions

14
index.html Normal file
View File

@@ -0,0 +1,14 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Pamela</title>
<script src="js/jquery-1.3.2.js" type="text/javascript" />
<script src="js/pamela-buttons.js" type="text/javascript" />
<script src="js/pamela-nodes.js" type="text/javascript" />
<script src="js/pamela-matrices.js" type="text/javascript" />
<script src="js/pamela.js" type="text/javascript" />
<style type="text/css">* {margin:0; padding:0} body { background-color: #fff; }</style>
</head>
<body>
<canvas id="pamela"></canvas>
</body>
</html>