diff options
Diffstat (limited to 'app/templates/molecule_editor.html')
-rw-r--r-- | app/templates/molecule_editor.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/templates/molecule_editor.html b/app/templates/molecule_editor.html index 026b7fe..22d8481 100644 --- a/app/templates/molecule_editor.html +++ b/app/templates/molecule_editor.html @@ -6,6 +6,10 @@ <p>Powered by <a href="https://github.com/partridgejiang/Kekule.js">Kekule.js</a> + +<h4>Prefer Ketcher instead?</h4> +<p>Click <a href="{{ url_for('static', filename='ketcher/ketcher.html') }}">here.</a></p> + <br> @@ -48,4 +52,6 @@ <br> + + {% endblock %}
\ No newline at end of file |