Skip to content

Commit 448223d

Browse files
Chris McLeanChris McLean
authored andcommitted
added proper head tags and second level header text to the site header
1 parent d75436c commit 448223d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@
2929
<div class="navbar navbar-default" role="navigation">
3030
<div class="container">
3131
<div class="row">
32-
<div class="navbar-header"><a class="navbar-brand" href="#">Crunchinator</a></div>
32+
<div class="navbar-header">
33+
<h1><a class="navbar-brand" href="#">Crunchinator</a></h1>
34+
<h2>Crunchbase search and visualization built using Angular.js and D3.</h2>
35+
</div>
3336
</div>
3437
</div>
3538
</div>

0 commit comments

Comments
 (0)