temp.html (11 lines of code) (raw):

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Test</title> </head> <body> <button id="but">Press Me!</button> </body> <script type="text/javascript" src="Test.js"></script> </html>