20 lines
791 B
HTML
20 lines
791 B
HTML
{#-
|
|
Agenten Plattform
|
|
(c) 2024 Magnus Bender
|
|
Institute of Humanities-Centered Artificial Intelligence (CHAI)
|
|
Universitaet Hamburg
|
|
https://www.chai.uni-hamburg.de/~bender
|
|
source code released under the terms of GNU Public License Version 3
|
|
https://www.gnu.org/licenses/gpl-3.0.txt
|
|
-#}
|
|
{% extends "base.html" %}
|
|
{% set title = "Overview" %}
|
|
{% block maincontent %}
|
|
<ul>
|
|
<li><a href="/app/table" target="_blank">↗ Web App: Table</a></li>
|
|
<li><a href="/app/new" target="_blank">↗ Web App: New Riddle</a></li>
|
|
<li><a href="/share/" target="_blank">↗ Data: Access the riddle files</a></li>
|
|
<li><a href="/api" target="_blank">↗ Documentation: API </a></li>
|
|
<li><a href="/docs/" target="_blank">↗ Documentation: Code </a></li>
|
|
</ul>
|
|
{% endblock %} |