diff --git a/rtfd/public/html/images/logo.svg b/rtfd/public/html/images/logo.svg new file mode 100644 index 0000000..7a2a9ee --- /dev/null +++ b/rtfd/public/html/images/logo.svg @@ -0,0 +1,54 @@ + + + + + + +index + + +x + +X + + + +r + +R + + + +x->r + + + + + +w + +W + + + +r->w + + + + + +w->x + + + + + +w->r + + + + + diff --git a/rtfd/public/html/index.css b/rtfd/public/html/index.css index 7e7c1c2..86eff7a 100644 --- a/rtfd/public/html/index.css +++ b/rtfd/public/html/index.css @@ -22,6 +22,7 @@ html { body { background-color: #111; +background-image: url("images/logo.svg"); color: #777; font-family: sans-serif; font-size: 1.5rem;