initial commit.

This commit is contained in:
2025-05-03 21:15:13 +07:00
parent 474bc266c7
commit 3b3025ee3a
15 changed files with 260 additions and 0 deletions

9
.vscode/youtube.code-snippets vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"DocuVideo": {
"prefix": "youtube",
"body": [
"<Youtube videoId=\"${1:zQnBQ4tB3ZA}\" />"
],
"description": "Snippet untuk menampilkan komponen video Youtube."
}
}