Skip to content

Commit 9171822

Browse files
authored
Merge pull request #7 from bci-oss/color-schemeANDfavicon
Color scheme and favicon
2 parents e44eb9f + 3b5957a commit 9171822

File tree

60 files changed

+706
-24
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+706
-24
lines changed

.vscode/launch.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
// Use IntelliSense to learn about possible attributes.
3+
// Hover to view descriptions of existing attributes.
4+
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5+
"version": "0.2.0",
6+
"configurations": [
7+
{
8+
"type": "chrome",
9+
"request": "launch",
10+
"name": "Launch Chrome against localhost",
11+
"url": "http://localhost:8080",
12+
"webRoot": "${workspaceFolder}"
13+
}
14+
]
15+
}
-1.02 MB
Binary file not shown.
914 Bytes
Loading
445 Bytes
Loading
625 Bytes
Loading
491 Bytes
Loading
1.49 KB
Loading
957 Bytes
Loading
1.32 KB
Loading
1.01 KB
Loading

0 commit comments

Comments
 (0)