Skip to content

Commit 6869a44

Browse files
committed
Include CIDR Calculator in the index.
1 parent eef29e4 commit 6869a44

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

src/pages/index.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,24 @@ title: Interact with Binary Numbers!
55

66
import Number from '../components/glue/EmbeddableNumber.svelte';
77
import Color from '../components/glue/EmbeddableColor.svelte';
8+
import CIDR from '../components/glue/EmbeddableCIDR.svelte';
89

9-
This is [Bit Visualizer](./toys/bit-visualizer).
10+
This is [Bit Visualizer](./toys/bit-visualizer)
1011

1112
<div class="mt-7">
1213
<Number client:visible />
1314
</div>
1415

15-
Below is [True Color Picker](./toys/color).
16+
Below is [True Color Picker](./toys/color)
1617

1718
<div class="my-7">
1819
<Color client:visible />
1920
</div>
2021

21-
And more will come!
22+
And [IPv4 CIDR Calculator](./toys/ipv4)
23+
24+
<div class="my-7">
25+
<CIDR client:visible />
26+
</div>
27+
28+
And [more](./toys) will come!

0 commit comments

Comments
 (0)