I have the following html and php files:
a.html
async function fun() { x=await fetch(\'/about me/a.php\'); x=await x.text(); alert(x); } fun();