Update index.html

add-license-1
halfmonty 2019-03-03 14:26:57 -06:00 zatwierdzone przez GitHub
rodzic 1734e7c57e
commit 68a7cfe619
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -11,7 +11,7 @@
<body> <body>
<h2>String Art Generator</h2> <h2>String Art Generator</h2>
<p id="status">Please wait: loading...</p><br/> <p id="status">Please wait: loading...</p><br/>
<span>Wait for generate to complete loading. Use Square images or else the results will be weird.<br/> <span>Wait for generator to say ready. Use Square images or else the results will be weird.<br/>
For best results use close up high contrast pictures.<br/> For best results use close up high contrast pictures.<br/>
If the page crashes (which it may) just refresh or close and re-open the tab/window.<br/><br/> If the page crashes (which it may) just refresh or close and re-open the tab/window.<br/><br/>
</span> </span>
@ -627,4 +627,4 @@ function onOpenCvReady() {
</script> </script>
<script async src="opencv.js" onload="onOpenCvReady();" type="text/javascript"></script> <script async src="opencv.js" onload="onOpenCvReady();" type="text/javascript"></script>
</body> </body>
</html> </html>