backlink to GitHub

This commit is contained in:
Felix Lohmeier 2020-04-29 22:12:36 +02:00
parent cc3e8a7c47
commit b903fd1f24
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<body>
<div class="container">
<h1>Turtle Web Editor</h1>
<p>Online text editor with <a href="https://en.wikipedia.org/wiki/Turtle_(syntax)">Turtle</a> syntax highlighting and validation. This is a remix of <a href="https://github.com/IDLabResearch/TurtleValidator">IDLab Turtle Validator</a> using <a href="https://codemirror.net">Codemirror</a>.
<p>Online text editor with <a href="https://en.wikipedia.org/wiki/Turtle_(syntax)">Turtle</a> syntax highlighting and validation. This is a remix of <a href="https://github.com/IDLabResearch/TurtleValidator">IDLab Turtle Validator</a> using <a href="https://codemirror.net">Codemirror</a>. The code is <a href="https://github.com/felixlohmeier/turtle-web-editor">on GitHub</a>.
<form>
<div class="form-group">
<textarea class="area" id="ta_turtle"></textarea>