fix example
This commit is contained in:
parent
f77ac6a23e
commit
aad56e0ea9
|
@ -119,8 +119,10 @@
|
||||||
<label for='remember'>Remember me</label>
|
<label for='remember'>Remember me</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<p>
|
||||||
<button>Cancel</button>
|
<button>Cancel</button>
|
||||||
<input type='submit'>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue