witten
/
luminotes
Archived
1
0
Fork 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

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>