From fa9a26deb28c8d8ec4f1650183f19ddbd4de4ff6 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 30 Aug 2020 00:52:21 +0530 Subject: added Molecule Editor --- app/templates/home.html | 1 + app/templates/molecule_editor.html | 51 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) create mode 100644 app/templates/molecule_editor.html (limited to 'app/templates') diff --git a/app/templates/home.html b/app/templates/home.html index 43a84cc..bf4cf32 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -23,6 +23,7 @@

Misc.

diff --git a/app/templates/molecule_editor.html b/app/templates/molecule_editor.html new file mode 100644 index 0000000..026b7fe --- /dev/null +++ b/app/templates/molecule_editor.html @@ -0,0 +1,51 @@ +{% extends 'base.html' %} + +{% block main %} + +

Molecule Editor

+ +

Powered by Kekule.js + +
+ + + + + + + + + +

+ + + +
+ +{% endblock %} \ No newline at end of file -- cgit v1.2.3