Skip to content
Snippets Groups Projects
Commit 49d5a1d4 authored by Witt Phillips's avatar Witt Phillips
Browse files

Merge branch 'main' of https://gitlab.igem.org/2023/yale

parents 628962fa 5f19a32a
No related branches found
No related tags found
No related merge requests found
Pipeline #333633 passed
......@@ -14,7 +14,7 @@
<!-- jQuery (necessary for Bootstrap's JavaScript plugins and your custom JS) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script>
<!-- <script>
$(document).ready(function() {
$(document).scroll(function () {
var $nav = $(".navbar-fixed-top");
......@@ -22,7 +22,7 @@
$nav.toggleClass('scrolled', hasScrolled);
});
});
</script>
</script> -->
<script src="https://cdn.jsdelivr.net/npm/@tensorflow/tfjs@latest/dist/tf.min.js"></script>
<title>{% block title %}{% endblock %} | Yale - iGEM 2023</title>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment