Skip to content

Commit 18e60f9

Browse files
committed
Updated webpage...need to show file hash field and if possible the color value on page
1 parent 9683df0 commit 18e60f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

FruitChecker/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<head>
55
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
66
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7-
<title>WebcamJS Test Page</title>
7+
<title>Mango Sorter</title>
88
<style type="text/css">
99
body { font-family: Helvetica, sans-serif; }
1010
h2, h3 { margin-top:0; }
@@ -14,10 +14,10 @@
1414
</style>
1515
</head>
1616
<body>
17-
<div id="results">Your captured image will appear here...</div>
17+
<div id="results"></div>
1818

19-
<h1>WebcamJS Test Page</h1>
20-
<h3>Demonstrates simple 320x240 capture &amp; display</h3>
19+
<h1>Mango Sorter</h1>
20+
<!-- <h3>Demonstrates simple 320x240 capture &amp; display</h3> -->
2121

2222
<div id="my_camera"></div>
2323

0 commit comments

Comments
 (0)