-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
17 lines (17 loc) · 892 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Cheque</title>
<script src="/usr/palm/frameworks/mojo/mojo.js" type="text/javascript" x-mojo-version="1"></script>
<script src="lib/syncopate/storage.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/chequelib/hash.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/chequelib/checkbook.js" type="text/javascript" charset="utf-8"></script>
<script src="lib/chequelib/account.js" type="text/javascript" charset="utf-8"></script>
<!-- application stylesheet should come in after the one loaded by the framework -->
<link href="stylesheets/cheque.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
</body>
</html>