mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-05-17 01:21:49 +00:00
Update Profile and Add Portfolio
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
function importXML(src) {
|
||||
xmlFile = new XMLHttpRequest();
|
||||
xmlFile.open("GET", src, false)
|
||||
xmlFile.send()
|
||||
|
||||
return xmlFile.responseXML;
|
||||
}
|
||||
Reference in New Issue
Block a user