Skip to content

Commit

Permalink
Add logo to website
Browse files Browse the repository at this point in the history
  • Loading branch information
rinrab committed Jan 8, 2024
1 parent bcbe311 commit 7afded8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@
<div class="container">
<div class="collapse navbar-collapse gap-2">
<div class="navbar-brand me-auto">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16" color="#d4d4d4" class="mb-1 me-1" style="scale: 1.5;">
<rect width="16" height="16" rx="3" fill="#16003a" />
<text dx="8" fill="currentColor" text-anchor="middle" font-weight="bold" dy="8" font-family="sans-serif" font-size="7">VPN</text>
<g transform="translate(0, 4)">
<path d="m10.4 5.6-4.8 0a2.4 2.4 90 000 4.8l4.8 0a2.4 2.4 90 000-4.8" fill="green" />
<ellipse rx="2" ry="2" cx="10.2" cy="8" fill="currentColor" />
</g>
</svg>
<span>Always On VPN manager for Group Policy</span>
</div>
<div>
Expand Down

0 comments on commit 7afded8

Please sign in to comment.