You must translate it from spanish to understand it This is the attached image
the buttons must contain the following text The software i am trying to program is a a bank website programmed with HTML, CSS , JAVASCRIPT and PHP its first code is in the folder .vscode that is inside the folder BANCODINEROMAX in the file called: launch.json; the code is:
{
// Use IntelliSense para saber los atributos posibles.
// Mantenga el puntero para ver las descripciones de los existentes atributos.
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
} the code of this software is in this github repository: https://github.com/afjkrtrtr/bancodineromax.git
the buttons must contain the following text The software i am trying to program is a a bank website programmed with HTML, CSS , JAVASCRIPT and PHP its first code is in the folder .vscode that is inside the folder BANCODINEROMAX in the file called: launch.json; the code is:
{
// Use IntelliSense para saber los atributos posibles.
// Mantenga el puntero para ver las descripciones de los existentes atributos.
// Para más información, visite: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:8080",
"webRoot": "${workspaceFolder}"
}
]
} the code of this software is in this github repository: https://github.com/afjkrtrtr/bancodineromax.git
Last edited: