We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9683df0 commit 18e60f9Copy full SHA for 18e60f9
FruitChecker/index.html
@@ -4,7 +4,7 @@
4
<head>
5
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
6
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7
- <title>WebcamJS Test Page</title>
+ <title>Mango Sorter</title>
8
<style type="text/css">
9
body { font-family: Helvetica, sans-serif; }
10
h2, h3 { margin-top:0; }
@@ -14,10 +14,10 @@
14
</style>
15
</head>
16
<body>
17
- <div id="results">Your captured image will appear here...</div>
+ <div id="results"></div>
18
19
- <h1>WebcamJS Test Page</h1>
20
- <h3>Demonstrates simple 320x240 capture & display</h3>
+ <h1>Mango Sorter</h1>
+ <!-- <h3>Demonstrates simple 320x240 capture & display</h3> -->
21
22
<div id="my_camera"></div>
23
0 commit comments