Add shared NNNet icon for app and website
Some checks failed
Android CI / build (push) Has been cancelled
Some checks failed
Android CI / build (push) Has been cancelled
This commit is contained in:
7
website/assets/img/icon.svg
Normal file
7
website/assets/img/icon.svg
Normal 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 |
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user