new commit

This commit is contained in:
ben
2026-08-03 19:35:35 +02:00
parent 0cea076e61
commit 8d115a87f6
4 changed files with 908 additions and 1 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// 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": "msedge",
"request": "launch",
"name": "Open index.html",
"file": "/home/ben/Desktop/calender/frontend/index.html"
}
]
}