Sahli/editor/sahlieditor.html
Howland Owl 085adf6f03 buttons.
- took too much time trying to get the better coffeescript bundle to
 do something sane.
2014-04-06 15:08:32 +03:00

19 lines
No EOL
672 B
HTML

<html>
<head>
<title>Sahli Editor</title>
<script src="//code.jquery.com/jquery-2.1.0.min.js" type="text/javascript" charset="utf-8"></script>
<script src="//code.jquery.com/ui/1.10.4/jquery-ui.min.js" type="text/javascript" charset="utf-8" ></script>
<script src="/editor/sahliedit.js" type="text/javascript" charset="utf-8" async defer></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/dot-luv/jquery-ui.css">
</head>
<body>
<h1>Sahli Editor</h1>
<div id='editbox'>
<div>
<button id='newsahli'>New</button>
<button id='loadsahli'>Load</button>
</div>
</div>
</body>
</html>