fix example

This commit is contained in:
Geoff Doty 2021-10-16 03:18:33 -04:00
parent f77ac6a23e
commit aad56e0ea9
1 changed files with 5 additions and 3 deletions

View File

@ -119,8 +119,10 @@
<label for='remember'>Remember me</label>
</div>
<button>Cancel</button>
<input type='submit'>
<p>
<button>Cancel</button>
<input type='submit'>
</p>
</form>
<h3>Code</h3>
@ -199,6 +201,6 @@
</section>
</main>
<script src="js/example.js"></script>
<script src="js/theme-builder.js"></script>
</body>
</html>