diff options
| author | Camil Staps | 2016-01-05 20:31:07 +0100 | 
|---|---|---|
| committer | Camil Staps | 2016-01-05 20:31:07 +0100 | 
| commit | 03dc59a73183681bf5520a584d0066f5c73f4cd8 (patch) | |
| tree | 619a84e68ee0e0a3a66591523875795fed2b1b5c | |
| parent | Parsing help (diff) | |
About block
| -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"> | 
