Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeelalihashmi committed Aug 7, 2024
1 parent e2f267e commit d6cd4f4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dom.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@
<!-- bind:value|text|html|property, class:, this, if -->

<div class="main border" class:danger="isDanger">
<div>
<p>
<a href="index.html"> Home </a>
</div>
</p>
<div>
<h1>NibbleJS DOM</h1>
</div>
Expand Down
3 changes: 0 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@
<!-- bind:value|text|html|property, class:, this, if -->

<div class="main border">
<div>
<a href="index.html"> Home </a>
</div>
<div>
<h1>Nibble JS Examples</h1>
</div>
Expand Down
3 changes: 3 additions & 0 deletions signal.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@

<!-- Signals Only without Nibble DOM -->
<div class="main border">
<p>
<a href="index.html"> Home </a>
</p>
<div>
<h1>NibbleJS Signal</h1>
</div>
Expand Down

0 comments on commit d6cd4f4

Please sign in to comment.