file_external_script.xhtml (220B)
1 <?xml version="1.0" encoding="utf-8"?> 2 <!DOCTYPE html> 3 <html xml:lang="en" xmlns="http://www.w3.org/1999/xhtml"> 4 <head> 5 <script src="file_script.js"/> 6 <title/> 7 </head> 8 <body> 9 <p>Hello Mochitest</p> 10 </body> 11 </html>