Skip to content

Commit

Permalink
Add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Sep 3, 2018
1 parent 3d23f21 commit 533a9ef
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,11 @@
:global .wrapper > h1 {
margin-top: 0;
}

footer {
border-top: 1px solid #DDD;
color: #888;
font-size: small;
margin-top: 1em;
padding-top: 0.5em;
}
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ <h1 class="mainTitle">SrcBrowse - Source Map Browser</h1>
<div id="app">
Loading...
</div>

<footer class="main-footer">
By <a href="https://d.sb/">Daniel15</a>. <a href="https://github.com/Daniel15/SrcBrowse">Get the source code</a>
</footer>
</div>

<script crossorigin src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
Expand Down

0 comments on commit 533a9ef

Please sign in to comment.