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