Index side lavet.

This commit is contained in:
2026-04-11 21:05:34 +02:00
parent 6bf7978c72
commit f69032c929
4 changed files with 94 additions and 0 deletions

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

@@ -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": "Launch Chrome",
"request": "launch",
"type": "chrome",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
},
{
"type": "chrome",
"request": "launch",
"name": "Open index.html",
"file": "d:\\Visual Studio Code\\DKB\\dkb\\index.html"
}
]
}