From 5433ee2daf880fb425dbaacf57ad354556622d67 Mon Sep 17 00:00:00 2001 From: "Vibhushini ." <vibhushini30@gmail.com> Date: Thu, 12 Oct 2023 15:23:18 +0000 Subject: [PATCH] added links in experiment page --- wiki/pages/experiments.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/wiki/pages/experiments.html b/wiki/pages/experiments.html index 33f7eda..4889164 100644 --- a/wiki/pages/experiments.html +++ b/wiki/pages/experiments.html @@ -2,7 +2,16 @@ {% block title %}Experiments{% endblock %} {% block lead %}Describe the research, experiments, and protocols you used in your iGEM project.{% endblock %} - +<!-- Newly added links --> +<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css"> +<!-- First, include jQuery --> +<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> + +<!-- Next, include Popper.js if it's not included in Bootstrap --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/2.11.6/umd/popper.min.js"></script> + +<!-- Finally, include Bootstrap's JavaScript --> +<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script> {% block page_content %} <style> -- GitLab