diff options
Diffstat (limited to 'client/static')
| -rw-r--r-- | client/static/favicon.ico | bin | 0 -> 15406 bytes | |||
| -rw-r--r-- | client/static/global.css | 11 | ||||
| -rw-r--r-- | client/static/robots.txt | 3 | ||||
| -rw-r--r-- | client/static/shorest.svg | 4 |
4 files changed, 18 insertions, 0 deletions
diff --git a/client/static/favicon.ico b/client/static/favicon.ico new file mode 100644 index 0000000..6ca73f9 --- /dev/null +++ b/client/static/favicon.ico Binary files differdiff --git a/client/static/global.css b/client/static/global.css new file mode 100644 index 0000000..aabd77e --- /dev/null +++ b/client/static/global.css @@ -0,0 +1,11 @@ +html, +body { + width: 100%; + height: 100%; + box-sizing: border-box; + margin: 0; +} + +* { + font-family: "Ubuntu", sans-serif; +} diff --git a/client/static/robots.txt b/client/static/robots.txt new file mode 100644 index 0000000..e9e57dc --- /dev/null +++ b/client/static/robots.txt @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git a/client/static/shorest.svg b/client/static/shorest.svg new file mode 100644 index 0000000..6c95a22 --- /dev/null +++ b/client/static/shorest.svg @@ -0,0 +1,4 @@ +<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 650 650" stroke="#212121"> + <rect class="box" x="35" y="35" width="579.65" height="579.65" rx="183.81" fill="none" stroke-width="70"/> + <path class="letter" fill="#212121" d="M330.56,409.91a47.85,47.85,0,0,0-3.3-17.83A42.13,42.13,0,0,0,316,376.58q-7.93-7.2-20.75-13.18a198.59,198.59,0,0,0-31.86-11.11,300.17,300.17,0,0,1-44.32-15.87,161.62,161.62,0,0,1-37.23-22.95,106.13,106.13,0,0,1-25.75-31.25q-9.66-17.82-9.65-41,0-22.47,9.52-40.78a93.52,93.52,0,0,1,26.37-31.25q16.84-12.93,39.8-19.89a170.83,170.83,0,0,1,49.8-7q27.84,0,50.9,8.06A119.13,119.13,0,0,1,362.54,173a102,102,0,0,1,35.15,78.49H330.8a70,70,0,0,0-4.27-22,46.66,46.66,0,0,0-11.23-17.22A51.78,51.78,0,0,0,296.74,201q-11.12-4-26-4a81.85,81.85,0,0,0-24.29,3.29,52.83,52.83,0,0,0-17.95,9.28,39.63,39.63,0,0,0-11.1,14.16,41.51,41.51,0,0,0-3.79,17.7,33.53,33.53,0,0,0,5,18.07A49.26,49.26,0,0,0,233.14,274a119,119,0,0,0,23.07,11.84,287,287,0,0,0,30.64,10,266.54,266.54,0,0,1,44.93,17.34,144.5,144.5,0,0,1,35.27,24.29,102.4,102.4,0,0,1,22.95,32q8.17,17.94,8.18,39.92,0,23.43-9.4,41.62a89.9,89.9,0,0,1-26,30.77q-16.61,12.57-39.55,19a184.05,184.05,0,0,1-50.05,6.47,187.06,187.06,0,0,1-33.57-3.05,156.22,156.22,0,0,1-32-9.4A140.57,140.57,0,0,1,179.19,479a107.47,107.47,0,0,1-22.83-22.22A101.26,101.26,0,0,1,141.22,428a109.94,109.94,0,0,1-5.49-35.64h67.38q.49,16.11,5.62,27.59A49.54,49.54,0,0,0,223,438.72a59.08,59.08,0,0,0,22,10.74,109.3,109.3,0,0,0,28.2,3.42,84.72,84.72,0,0,0,24.29-3.18,54.9,54.9,0,0,0,17.95-8.79,38.23,38.23,0,0,0,11.23-13.55A39,39,0,0,0,330.56,409.91Z"/> +</svg> |
