Skip to content

Commit cc88e2b

Browse files
committed
add heading widget template
1 parent fefc7df commit cc88e2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ <h3 class="name"></h3>
5050

5151
<template id="title-widget-template">
5252
<div class="widget title-widget">
53+
<h2 class="widget-text">A title widget...</h2>
54+
</div>
55+
</template>
56+
57+
<template id="heading-widget-template">
58+
<div class="widget heading-widget">
5359
<h3 class="widget-text">A heading widget...</h3>
5460
</div>
5561
</template>

0 commit comments

Comments
 (0)