diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 0000000..519b6e6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,12 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "name": "Launch index.html", + "type": "firefox", + "request": "launch", + "reAttach": true, + "file": "${workspaceFolder}/index.html" + } + ] +} \ No newline at end of file diff --git a/index.html b/index.html index b1d4020..8058f9b 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,13 @@
Welcome to the home page of Apophis Coding.
This side is currently under construction.
+v0.0.2