aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/index.html b/index.html
index 77fe6db..7248850 100644
--- a/index.html
+++ b/index.html
@@ -11,7 +11,6 @@
<div>
<label for="editor">org-live</label>
<span class="spacer"></span>
- <button type="button" onclick="showHTML();">Show HTML</button>
<button type="button" onclick="saveHTML();">Save HTML</button>
<button type="button" onclick="saveOrg();">Save Org</button>
</div>
@@ -29,7 +28,6 @@
></textarea>
</form>
<div id="preview"></div>
- <dialog id="modal"></dialog>
<script src="./static/org.js"></script>
<script src="./static/app.js"></script>
</body>