add static images to repo

This commit is contained in:
Lieuwe Leene
2021-09-19 13:59:43 +02:00
parent 1c7d6955da
commit 9ed1d150cc
4 changed files with 64 additions and 1 deletions

10
static/images/style.svg Normal file
View File

@ -0,0 +1,10 @@
<style>
rect, line, path { stroke-width: 1.5px; stroke: white; fill: transparent; }
rect, line, path { stroke-linecap: square; stroke-linejoin: rounded; }
path { fill: transparent; }
text { fill: white; }
text.literal { font-family: monospace; }
line.ellipsis { stroke-dasharray: 1 3.5; }
tspan.hex { font-family: monospace; font-size: 90%; }
path.arrow { fill: white; }
</style>