<!DOCTYPE html> <html lang="ja"> <head> <title>Hello</title> <script src="index.js"></script> <script src="dbl.js"></script> <style> body{background-color: #eef;} </style> </head> <body> <h1 id="h1">Click Here</h1> <p>click to enlarge</p> <p>click to enlarge</p> <p>click to enlarge</p> </body> </html>