add services
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user