Adding html file for basic local testing

This commit is contained in:
2020-02-12 15:55:36 -06:00
parent 4461cf05f6
commit 5677489810
2 changed files with 20 additions and 0 deletions

19
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,19 @@
{
// 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": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${file}"
}
]
}

1
index.html Normal file
View File

@@ -0,0 +1 @@
Testing...