Archived
1
0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/html/blank_note.html
Dan Helfman 658e42aeba Made some changes intended to speed up page loading slightly.
* Blank iframe contents now come from static HTML rather than dynamic CherryPy.
 * Reindented @strongly_expire decorator.
 * Removed one stage of Editor's multi-stage construction.
2007-09-01 23:46:15 +00:00

10 lines
333 B
HTML

<html>
<head>
<link href="/static/css/note.css" type="text/css" rel="stylesheet"></link>
<script src="/static/js/MochiKit.js" type="text/javascript"></script>
<script src="/static/js/Invoker.js" type="text/javascript"></script>
<meta content="text/html; charset=UTF-8" http-equiv="content-type"></meta>
</head>
<body></body>
</html>