You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
1.4 KiB
33 lines
1.4 KiB
<!DOCTYPE html> |
|
<html> |
|
|
|
<head> |
|
<title>NoteHub — New Page</title> |
|
<meta charset="UTF-8" /> |
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" /> |
|
<link href="/style.css" rel="stylesheet" type="text/css" /> |
|
<script src="//cdnjs.cloudflare.com/ajax/libs/marked/0.3.5/marked.min.js" type="text/javascript"></script> |
|
<script src="//cdnjs.cloudflare.com/ajax/libs/blueimp-md5/1.0.1/js/md5.min.js" type="text/javascript"></script> |
|
<script src="/js/publishing.js" type="text/javascript"></script> |
|
</head> |
|
|
|
<body onload="onLoad()"> |
|
<article id="preview" style="flex: none; -webkit-flex: none"></article> |
|
<div class="hidden" id="dashed-line"></div> |
|
<div class="central-element helvetica" style="margin-bottom: 3em"> |
|
<form action="/note" autocomplete="off" method="%METHOD%"> |
|
<input id="password" name="password" type="hidden"> |
|
<input id="session" name="session" type="hidden" value="%SESSION%" /> |
|
<input id="signature" name="signature" type="hidden" /> |
|
<textarea id="note" name="note">Loading...</textarea> |
|
<fieldset class="hidden" id="input-elems"> |
|
<input class="ui-elem" id="plain-password" name="plain-password" placeholder="Password for editing" type="text"> |
|
<input class="button ui-elem" id="publish-button" type="submit" value="Publish"> |
|
<br> |
|
<br> |
|
</fieldset> |
|
</form> |
|
</div> |
|
</body> |
|
|
|
</html>
|
|
|