add services

This commit is contained in:
2026-06-02 22:54:55 +02:00
parent f83e01380c
commit 28bcb6232f
9 changed files with 160 additions and 37 deletions
+6 -8
View File
@@ -14,18 +14,16 @@
<div class="stream-container">
<img id="stream" src="/video_feed" alt="Camera stream">
<div class="flash-overlay" id="flash"></div>
</div>
<section class="gallery" id="gallery">
<p class="gallery-empty">Aucune photo pour l'instant</p>
</section>
<footer>
Résolution <span>{{ width }}×{{ height }}</span>
Qualité <span>{{ quality }}%</span>
<footer class="flex">
<div class="gallery" id="gallery">
<p class="gallery-empty">Aucune photo pour l'instant</p>
</div>
<img class="qrcode" src="{{ url_for('static', filename='qrcode.png') }}" alt="QR Code">
</footer>
<script src="{{ url_for('static', filename='script.js') }}"></script>
</body>
</html>