update file pdf thiết kế

This commit is contained in:
NAS\NASPC
2026-06-20 16:32:47 +07:00
parent 9439662328
commit 6eff207bbc
449 changed files with 670186 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
fetch('https://www.google.com/search?q=site:umass.edu&hl=en', {headers: {'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64)'}}).then(r=>r.text()).then(t => { const m = t.match(/id="result-stats">([^<]+)</); console.log(m ? m[1] : 'Not found'); })