diff options
| -rw-r--r-- | resources/views/trainer.php | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/resources/views/trainer.php b/resources/views/trainer.php index 5b02626..69ed8b5 100644 --- a/resources/views/trainer.php +++ b/resources/views/trainer.php @@ -66,6 +66,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.                                  <label><input type="checkbox" id="settings-audio" checked="checked"/> Audio</label>                              </div>                          </div> + +                        <h3>About</h3> +                        <p>© 2015 <a href="https://camilstaps.nl">Camil Staps</a>. Licensed under <a href="http://www.gnu.org/licenses/gpl-3.0.en.html">GPL 3.0</a>. Source is on <a href="https://github.com/camilstaps/HebrewParseTrainer">GitHub</a>.</p>                      </form>                  </div>                  <div class="col-md-10 col-xs-8" id="trainer-input-container"> | 
