aboutsummaryrefslogtreecommitdiff
path: root/assets/src/template/drug-form.html
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-03-14 02:16:41 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-03-14 02:16:41 +0530
commitf27b930331cc5dc70d070de4a10459d551dd597e (patch)
tree55c2184a001be460b0dab72a8109fda2c6b87d11 /assets/src/template/drug-form.html
v0.007
Diffstat (limited to 'assets/src/template/drug-form.html')
-rw-r--r--assets/src/template/drug-form.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/assets/src/template/drug-form.html b/assets/src/template/drug-form.html
new file mode 100644
index 0000000..454ec09
--- /dev/null
+++ b/assets/src/template/drug-form.html
@@ -0,0 +1,22 @@
+<div class="full-width bg-secondary text-light">
+ <div class="container">
+ <div class="mb-3">
+ <h2>Drug</h2>
+ <p >Ok so people can’t have opinions, the people on this sub are the reason there are instructions on toothpaste. Everyone here are cancerous sheep who have been mind controlled to upvoting if they see a 69, 420, Instagram Fortnite and TikTok bad Minecraft good. I’m not saying I like any of these more than Minecraft but people are allowed to have opinions. So next time you call someone a normie realize who the real normie is🤡</p>
+ <div class='col-12'>
+ <form>
+ <label for="inputName" class="form-label">Compound Name</label>
+ <input type="text" class="form-control" id="inputName" aria-describedby="Compound Name">
+ <button type="button" class="btn btn-primary" onclick="get_smiles_from_element_text('inputName')">Get SMILES</button>
+ </form>
+</div>
+<div class='col-12'>
+ <form>
+ <label for="inputSMILES" class="form-label">Compound SMILES</label>
+ <input type="text" class="form-control" id="inputSMILES" aria-describedby="Compound SMILES">
+ <button type="button" class="btn btn-primary" onclick="analyse_me_senpai('inputSMILES')">Analyse</button>
+ </form></div>
+
+
+
+</div></div></div> \ No newline at end of file