Skip to content

Commit

Permalink
Fixed stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielDeml committed Jan 23, 2021
1 parent be348d4 commit c0b0d34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@
</head>
<body class="content">
<h2 class="content">Verbose DaVinci</h2>
<div>
<input type="text" id="input-text">
<button type="button" onclick="onClickConvert();">Add Text</button>
<a id="download-anchor">
<button type="button" id="download-button">Download</button>
</a>
</div>
<div>
<div class="inputoutput">
<img id="imageSrc" alt="No Image"/>
Expand Down Expand Up @@ -47,5 +54,6 @@ <h2 class="content">Verbose DaVinci</h2>
}
</script>
<script src="opencv.js" type="text/javascript" onload="onOpenCvReady();"></script>

</body>
</html>

0 comments on commit c0b0d34

Please sign in to comment.