From b5da01beb6cf6b470496c2097a2ba13e9a638742 Mon Sep 17 00:00:00 2001 From: RexMortem <68436000+RexMortem@users.noreply.github.com> Date: Fri, 20 Dec 2024 01:55:50 +0000 Subject: [PATCH] Added navbar --- Pages/Boids.html | 18 ++++++++++++++++++ Stylesheets/Default.css | 0 index.html | 31 ++++++++++++++++++++++++++++++- 3 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 Pages/Boids.html create mode 100644 Stylesheets/Default.css diff --git a/Pages/Boids.html b/Pages/Boids.html new file mode 100644 index 0000000..5ff4814 --- /dev/null +++ b/Pages/Boids.html @@ -0,0 +1,18 @@ + + + + + + BOIDS + + + + + + + + + +

This is the boids page

+ + \ No newline at end of file diff --git a/Stylesheets/Default.css b/Stylesheets/Default.css new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index 473a0ae..08ad0b0 100644 --- a/index.html +++ b/index.html @@ -4,9 +4,38 @@ Simulation Lab + + + + - Testing testing 123 + + + + +

Testing testing 123

\ No newline at end of file