Skip to content

Commit

Permalink
add home link to header
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Mar 22, 2018
1 parent 24c0b7f commit f5a4add
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,12 @@
<body>
<div id="container">
<header>
<img src="img/logo-black.svg" height="64px" width="64px" />
<a href="/">
<img src="img/logo-black.svg" height="64px" width="64px" />
</a>
<h1>Marked.js Documentation</h1>
</header>

<div id="content"></div>
</div>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
Expand Down

0 comments on commit f5a4add

Please # to comment.