Update index.html
Browse files- index.html +3 -1
index.html
CHANGED
|
@@ -5,7 +5,9 @@
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>GestureMail Pro</title>
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
</head>
|
| 10 |
<body>
|
| 11 |
<div class="app-container">
|
|
|
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
<title>GestureMail Pro</title>
|
| 7 |
<link rel="stylesheet" href="style.css">
|
| 8 |
+
<!-- MediaPipe dependencies -->
|
| 9 |
+
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/[email protected]/hands.js" crossorigin="anonymous"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/@mediapipe/camera_utils/camera_utils.js" crossorigin="anonymous"></script>
|
| 11 |
</head>
|
| 12 |
<body>
|
| 13 |
<div class="app-container">
|