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