Skip to content

Commit 8f2d103

Browse files
Update index.html
1 parent 2d4a45b commit 8f2d103

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
<!-- WELCOME TO THE HUMAN NEURON LAB WEBSITE -->
44
<!-- Here you will find all current information about lab members, current research, publications and how to contact us! -->
55

6-
<html lang="en">
7-
6+
<html lang="en">
87
<head>
8+
<meta charset="UTF-8">
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
910
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
1011
<script src="https://code.jquery.com/jquery-3.4.1.min.js" integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo=" crossorigin="anonymous"></script>
1112
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
1213
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
14+
<script type="text/javascript" src="app.js" defer></script>
1315
<script> $(function(){$("#home").load("pages/home.html");});</script>
14-
<script> $(function(){$("#home").load("https://github.com/HumanNeuronLab/HumanNeuronLab.github.io/wiki");});</script>
1516
<link rel="stylesheet" href="css/styles.css">
1617
</head>
1718

0 commit comments

Comments
 (0)