You've already forked computing-box
Binary simulator is feature complete.
Known issues: - Formatting of the navbar across the site is broken - Formatting of the Binary simulator is broken Signed-off-by: Alexander Lyall <alex@adcm.uk>
This commit is contained in:
8
src/pages/hexadecimal.astro
Normal file
8
src/pages/hexadecimal.astro
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
import BaseLayout from "../layouts/BaseLayout.astro";
|
||||
import HexSimulator from "../components/simulators/HexSimulator.astro";
|
||||
---
|
||||
|
||||
<BaseLayout title="Hexadecimal | Computing:Box">
|
||||
<HexSimulator />
|
||||
</BaseLayout>
|
||||
Reference in New Issue
Block a user