From ce1bda0afd29e2aa98480f070339e13a45b391e9 Mon Sep 17 00:00:00 2001 From: Bob Vandevliet Date: Fri, 7 Jun 2024 16:03:46 +0200 Subject: [PATCH] Initialized Bootstrap. --- public/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/index.html diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..07251ee --- /dev/null +++ b/public/index.html @@ -0,0 +1,18 @@ + + + + + + + + Bootstrap demo + + + + + + +

Hello world!

+ + + \ No newline at end of file