Add shared NNNet icon for app and website
Some checks failed
Android CI / build (push) Has been cancelled

This commit is contained in:
dom4k
2026-03-17 02:54:31 +00:00
parent da681cbd23
commit 0d40a0ae2a
4 changed files with 34 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
<svg width="108" height="108" viewBox="0 0 108 108" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect x="10" y="10" width="88" height="88" rx="8" fill="#4C9EEB"/>
<path d="M30 76V34L54 62L78 32V76" stroke="white" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"/>
<circle cx="32" cy="70" r="8" fill="#A8D6FA"/>
<circle cx="54" cy="56" r="8" fill="#A8D6FA"/>
<circle cx="78" cy="34" r="8" fill="#A8D6FA"/>
</svg>

After

Width:  |  Height:  |  Size: 441 B

View File

@@ -4,6 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NNNet</title>
<link rel="icon" type="image/svg+xml" href="assets/img/icon.svg" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" rel="stylesheet" />
<link href="assets/css/styles.css" rel="stylesheet" />