Alcime commited on
Commit
f0cf0b2
1 Parent(s): 7dfd27c

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -117,7 +117,7 @@
117
  </head>
118
  <body>
119
  <header>
120
- <h1 id="main-title">Bunka Network Graph - 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,7 +161,7 @@
161
  graphFrame.src = 'co_user.html';
162
  page1.classList.add('active');
163
  page2.classList.remove('active');
164
- mainTitle.textContent = 'Bunka Network Graph - 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';
 
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';