Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Add link on public page that goes to the Github repo. #364

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
<!-- <link href="./css/bootstrap-treeview.css" rel="stylesheet"> -->
</head>
<body>
<div class="container">
<h1>Bootstrap Tree View</h1>
<div class="container">
<h1>Bootstrap Tree View</h1>
<a href="https://github.com/jonmiles/bootstrap-treeview/">Github</a>
<br>
<div class="row">
<div class="col-sm-4">
Expand Down