add option we can came back
Browse files- camera.html +4 -1
- promote.html +4 -2
camera.html
CHANGED
|
@@ -21,10 +21,13 @@
|
|
| 21 |
<div class="text-center mt-3">
|
| 22 |
<button id="startButton" class="btn btn-primary">Start Camera</button>
|
| 23 |
<button id="stopButton" class="btn btn-danger" disabled>Stop Camera</button>
|
| 24 |
-
|
|
|
|
|
|
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
</div>
|
|
|
|
| 28 |
|
| 29 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
| 30 |
<script>
|
|
|
|
| 21 |
<div class="text-center mt-3">
|
| 22 |
<button id="startButton" class="btn btn-primary">Start Camera</button>
|
| 23 |
<button id="stopButton" class="btn btn-danger" disabled>Stop Camera</button>
|
| 24 |
+
</div>
|
| 25 |
+
<div class="text-center mt-4">
|
| 26 |
+
<a href="index.html" class="btn btn-outline-secondary">Back to Home</a>
|
| 27 |
</div>
|
| 28 |
</div>
|
| 29 |
</div>
|
| 30 |
+
</div>
|
| 31 |
|
| 32 |
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
| 33 |
<script>
|
promote.html
CHANGED
|
@@ -24,9 +24,11 @@
|
|
| 24 |
</form>
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
-
|
|
|
|
|
|
|
| 28 |
<div id="platforms" class="text-center">
|
| 29 |
-
|
| 30 |
<div class="d-flex flex-wrap justify-content-center">
|
| 31 |
<a href="#" class="platform-link" data-platform="facebook"><img src="http://static.photos/blue/200x200/1" alt="Facebook" class="platform-icon rounded-circle"></a>
|
| 32 |
<a href="#" class="platform-link" data-platform="twitter"><img src="http://static.photos/blue/200x200/2" alt="Twitter" class="platform-icon rounded-circle"></a>
|
|
|
|
| 24 |
</form>
|
| 25 |
</div>
|
| 26 |
</div>
|
| 27 |
+
<div class="text-center mt-4">
|
| 28 |
+
<a href="index.html" class="btn btn-outline-secondary">Back to Home</a>
|
| 29 |
+
</div>
|
| 30 |
<div id="platforms" class="text-center">
|
| 31 |
+
<h3 class="mb-3">Share on Platforms:</h3>
|
| 32 |
<div class="d-flex flex-wrap justify-content-center">
|
| 33 |
<a href="#" class="platform-link" data-platform="facebook"><img src="http://static.photos/blue/200x200/1" alt="Facebook" class="platform-icon rounded-circle"></a>
|
| 34 |
<a href="#" class="platform-link" data-platform="twitter"><img src="http://static.photos/blue/200x200/2" alt="Twitter" class="platform-icon rounded-circle"></a>
|