Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Josef-Haupt authored Sep 14, 2023
1 parent 0a543a2 commit 1e2dbde
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
layout: default
---
<body>
<h1>BirdNET Analyzer</h1>
<main>
<article>
<h1>BirdNET Analyzer</h1>
<p>
This is some Text.
</p>
<hr>
<table>
<tr><th>a</th><th>table</th></tr>
<tr><td>a</td><td>table</td></tr>
</table>
</article>
</main>
</body>

0 comments on commit 1e2dbde

Please sign in to comment.