Skip to content

Commit f87d17a

Browse files
Update home.html
1 parent 5eea89b commit f87d17a

1 file changed

Lines changed: 2 additions & 42 deletions

File tree

pages/home.html

Lines changed: 2 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,2 @@
1-
<!-- <!DOCTYPE html>
2-
<html>
3-
<head>
4-
<title>HNL</title>
5-
<link rel="icon" type="image/x-icon" href="https://raw.githubusercontent.com/HumanNeuronLab/voxeloc/main/assets/HNL_logo.png">
6-
<style>
7-
body {
8-
background-image: url('https://cdn.midjourney.com/bebe6f38-cbd3-45c8-bc20-3484326e5c06/0_0.png');
9-
background-repeat: no-repeat;
10-
background-attachment: fixed;
11-
background-size: cover;
12-
}
13-
a:link {
14-
color: PaleTurquoise;
15-
background-color: transparent;
16-
text-decoration: none;
17-
}
18-
a:visited {
19-
color: PaleTurquoise;
20-
background-color: transparent;
21-
text-decoration: none;
22-
}
23-
a:hover {
24-
color: PaleTurquoise;
25-
background-color: transparent;
26-
text-decoration: underline;
27-
}
28-
a:active {
29-
color: MediumOrchid;
30-
background-color: transparent;
31-
text-decoration: underline;
32-
}
33-
</style>
34-
</head>
35-
<body style="color: white; font-family: Verdana, sans-serif;"> -->
36-
<h1 style="font-variant: small-caps;">Human Neuron Lab</h1>
37-
<p>This will eventually be the website for the <b>Human Neuron Lab</b>, hosted by the <a href="https://www.unige.ch/medecine/neucli/en/groupes-de-recherche/1034megevand">University of Geneva</a>, Switzerland.</p>
38-
<!-- </body>
39-
</html> -->
40-
41-
42-
1+
<h1 style="font-variant: small-caps;">Human Neuron Lab</h1>
2+
<p>This will eventually be the website for the <b>Human Neuron Lab</b>, hosted by the <a href="https://www.unige.ch/medecine/neucli/en/groupes-de-recherche/1034megevand">University of Geneva</a>, Switzerland.</p>

0 commit comments

Comments
 (0)