add basic github api

This commit is contained in:
2025-10-10 23:48:52 +02:00
parent e6a57a49f1
commit 730b4c508b
5 changed files with 2219 additions and 17 deletions

View File

@@ -10,12 +10,11 @@
<main class="container">
<h1>{{ title }}</h1>
<p class="lead">{{ message }}</p>
<p class="version">Version: {{ version }}</p>
<p class="version">Schafkopf OS Version: {{ version }}</p>
<section class="card">
<h2>API Test</h2>
<button id="pingBtn">Ping API</button>
<button id="versionBtn">Get Version</button>
<pre id="result">Waiting…</pre>
</section>
</main>