Skip to content

Commit 406edcf

Browse files
Update index.html
1 parent d68cdf6 commit 406edcf

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,13 @@
1-
Welcome to the Human Neuron Lab!
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<script type="text/javascript" src="js/hnlSite.js" async></script>
6+
<link rel="stylesheet" href="css/style.css">
7+
<title>HumanNeuronLab</title>
8+
</head>
9+
<body>
10+
<nav id="sidebar"></nav>
11+
<main id="logger">Loading...</main>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)