Compare commits

2 Commits

Author SHA1 Message Date
Ground Zero Lab
4627f25b86 Merge branch 'landingpage-work' 2026-02-28 14:09:40 +00:00
Ground Zero Lab
501c22224f Complete landingpage without pricing section 2026-02-28 14:01:06 +00:00

View File

@@ -133,4 +133,19 @@
</div>
</div>
</section>
</body>
<footer>
<div class="container">
<p>Ground Zero Lab - KI für kritische Wahrheit</p>
<div class="footer-links">
<a href="#about">Über Uns</a>
<a href="#projects">Projekte</a>
<a href="#tech">Technologie</a>
<a href="#demo">Demo</a>
<a href="#community">Community</a>
</div>
<p>&copy; 2026 Ground Zero Lab</p>
</div>
</footer>
</body>
</html>