first commit

This commit is contained in:
2026-04-02 10:57:35 -04:00
commit eb2e78c7cc
10 changed files with 345 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="900" height="420" viewBox="0 0 900 420">
<style>
.bg{fill:#071026}
.window{fill:#071a2a;stroke:#173447;stroke-width:2}
.panel{fill:#0b1220}
.highlight{fill:#072033;stroke:#6dd3f5;stroke-width:3}
.text{fill:#dff6ff;font-family:Arial, sans-serif;font-size:14px}
.muted{fill:#9aa4b2}
</style>
<rect width="100%" height="100%" class="bg"/>
<g transform="translate(40,30)">
<rect width="820" height="360" rx="10" class="window" />
<rect x="40" y="40" width="760" height="64" rx="6" class="panel" />
<text x="60" y="82" class="text">Settings Advanced</text>
<rect x="60" y="120" width="640" height="48" rx="6" class="highlight" />
<text x="80" y="150" class="text">Server URL: https://vault.depressionslair.com</text>
<text x="60" y="200" class="muted">Desktop app &gt; Settings &gt; Advanced &gt; Server URL</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 931 B