Skip to content

Commit

Permalink
feat: add result heading
Browse files Browse the repository at this point in the history
  • Loading branch information
regchiu committed Apr 11, 2024
1 parent 1cf0956 commit 1e09610
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,20 @@ <H3>Post-diff cleanup:</H3>
<label for="raw">No Cleanup</label>
</dt>
<dd>Raw output.</dd>
<br>
<div>
<button type="submit" onClick="launch()">Compute Diff</button>
</div>
</form>

<div class="flex-row">
<pre id="result-before" class="width-half"></pre>
<pre id="result-after" class="width-half"></pre>
<div class="width-half">
<h2>Diff Text Version 1:</h2>
<pre id="result-before"></pre>
</div>
<div class="width-half">
<h2>Diff Text Version 2:</h2>
<pre id="result-after"></pre>
</div>
</div>
<div id="time"></div>
<script>
Expand Down

0 comments on commit 1e09610

Please sign in to comment.