fixing gitignore
This commit is contained in:
34
home/notes.org
Normal file
34
home/notes.org
Normal file
@@ -0,0 +1,34 @@
|
||||
#+TITLE: Notes
|
||||
#+OPTIONS: toc:nil num:nil
|
||||
#+NO_SIDENOTES: t
|
||||
#+COMMENTS: t
|
||||
#+SLUG: notes
|
||||
|
||||
#+BEGIN_EXPORT html
|
||||
<div id="notes-wall">
|
||||
<p>Loading notes…</p>
|
||||
</div>
|
||||
|
||||
<div id="notes-form-wrapper">
|
||||
<form id="notes-form">
|
||||
<label for="note-author">Name (required)</label>
|
||||
<input
|
||||
id="note-author"
|
||||
name="author_name"
|
||||
type="text"
|
||||
maxlength="100"
|
||||
required
|
||||
/>
|
||||
|
||||
<label for="note-content">Note</label>
|
||||
<textarea
|
||||
id="note-content"
|
||||
name="content"
|
||||
rows="4"
|
||||
required
|
||||
></textarea>
|
||||
|
||||
<button type="submit">Post note</button>
|
||||
</form>
|
||||
</div>
|
||||
#+END_EXPORT
|
||||
Reference in New Issue
Block a user