From 307170986e58171d2eb5c56b46449bb206833b9b Mon Sep 17 00:00:00 2001 From: Zane V Date: Mon, 11 May 2026 13:26:31 +0000 Subject: [PATCH] Upload concept --- fav.svg | 18 ++++++++++++++++++ index.html | 21 +++++++++++++++++++++ style.css | 24 ++++++++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 fav.svg create mode 100644 index.html create mode 100644 style.css diff --git a/fav.svg b/fav.svg new file mode 100644 index 0000000..8aa742f --- /dev/null +++ b/fav.svg @@ -0,0 +1,18 @@ + + + + diff --git a/index.html b/index.html new file mode 100644 index 0000000..03692e7 --- /dev/null +++ b/index.html @@ -0,0 +1,21 @@ + + + + + + OpenJibo Server GUI + + +

OpenJibo v0.0.0

+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..7c473d3 --- /dev/null +++ b/style.css @@ -0,0 +1,24 @@ +body { + background-color: black; + align-items: center; + text-align: center; + font-family: 'JetBrains Mono', monospace; +} +h1 { + margin-top: 3vh; + color: white; + font-size: 12vh; +} +ul { + list-style-type: none; + color: black; + text-align: left; + font-size: 8vh; +} +li { + color: white; +} +.credit-text { + font-size: 4vh; + margin-top: 3vh; +} \ No newline at end of file