From 727a7d3dfbaca1ff4733f1569348964cda0e1c30 Mon Sep 17 00:00:00 2001 From: Chris Date: Sun, 29 Oct 2023 08:54:45 +0100 Subject: [PATCH] added extension and fixed table header --- .vscode/extensions.json | 3 ++- .vscode/settings.json | 4 +++- web/pages/home/home.html | 12 +++++++----- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index bd6b5c0..a449737 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -6,6 +6,7 @@ "github.copilot", "github.copilot-chat", "anbuselvanrocky.bootstrap5-vscode", - "hansuxdev.bootstrap5-snippets" + "hansuxdev.bootstrap5-snippets", + "brapifra.phpserver" ] } \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json index a6a3d5e..b7b025b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,7 @@ "html.format.indentInnerHtml": true, "html.format.wrapLineLength": 0, "intelephense.environment.documentRoot": "web/", - "terminal.integrated.splitCwd": "workspaceRoot" + "terminal.integrated.splitCwd": "workspaceRoot", + "phpserver.port": 8080, + "phpserver.relativePath": "web/." } \ No newline at end of file diff --git a/web/pages/home/home.html b/web/pages/home/home.html index b73bcbf..3318a72 100644 --- a/web/pages/home/home.html +++ b/web/pages/home/home.html @@ -20,11 +20,6 @@ - - - + + + + +
- - Login @@ -32,6 +27,13 @@ Edit + +