We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2690a7 commit 2d4a45bCopy full SHA for 2d4a45b
1 file changed
index.html
@@ -11,6 +11,7 @@
11
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
12
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
13
<script> $(function(){$("#home").load("pages/home.html");});</script>
14
+ <script> $(function(){$("#home").load("https://github.com/HumanNeuronLab/HumanNeuronLab.github.io/wiki");});</script>
15
<link rel="stylesheet" href="css/styles.css">
16
</head>
17
0 commit comments