fix html linting issue (indentation)

This commit is contained in:
Arthur Lu 2022-12-02 04:05:24 +00:00
parent ac9b101b47
commit 89dfe3293d

View File

@ -75,7 +75,7 @@
<input type="file" accept="image/*" id="mealImg" name="mealImg">
</fieldset>
<fieldset>
<fieldset>
<video id="player" width="320" height="240" autoplay hidden></video>
<canvas id="photoCanvas" width="320" height="240" hidden></canvas>
<button type="button" id="photoButton" hidden>Take Photo</button>