Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -117,7 +117,7 @@
|
|
117 |
</head>
|
118 |
<body>
|
119 |
<header>
|
120 |
-
<h1 id="main-title">
|
121 |
<p id="subtitle" class="subtitle">Two users are closer if they are followed by the same people.</p>
|
122 |
</header>
|
123 |
|
@@ -161,7 +161,7 @@
|
|
161 |
graphFrame.src = 'co_user.html';
|
162 |
page1.classList.add('active');
|
163 |
page2.classList.remove('active');
|
164 |
-
mainTitle.textContent = '
|
165 |
subtitle.textContent = 'Two users are closer if they are followed by the same people.';
|
166 |
} else {
|
167 |
graphFrame.src = 'co_organization.html';
|
|
|
117 |
</head>
|
118 |
<body>
|
119 |
<header>
|
120 |
+
<h1 id="main-title">Open Source Network by Bunka - Mapping the top 500 HF users</h1>
|
121 |
<p id="subtitle" class="subtitle">Two users are closer if they are followed by the same people.</p>
|
122 |
</header>
|
123 |
|
|
|
161 |
graphFrame.src = 'co_user.html';
|
162 |
page1.classList.add('active');
|
163 |
page2.classList.remove('active');
|
164 |
+
mainTitle.textContent = 'Open Source Network by Bunka - Mapping the top 500 HF users';
|
165 |
subtitle.textContent = 'Two users are closer if they are followed by the same people.';
|
166 |
} else {
|
167 |
graphFrame.src = 'co_organization.html';
|