diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..e5a917b --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,21 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "name": "index.html", + "type": "firefox", + "request": "launch", + "reAttach": true, + "file": "${workspaceFolder}/index.html", + "reloadOnChange": { + "watch": [ + "${workspaceFolder}/**/*.css", + "${workspaceFolder}/**/*.html", + ], + } + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index a50aafc..26c3b13 100644 --- a/index.html +++ b/index.html @@ -6,9 +6,9 @@ - + Bluelib 3 @@ -18,7 +18,7 @@

- Bluelib 3 + Bluelib 3 Example