<!DOCTYPE html>
<html>
  <head>
    <base target="_top">
    <style>
      <?!= include('test2.css.html'); ?>
    </style>
  </head>
  <body>
    <label for="nameInput">Enter your name:</label>
    <input type="text" id="nameInput" placeholder="Your name" />
    <button onclick="sayHello()">Submit</button>
    <div id="greeting"></div>

    <script>
      <?!= include('test2.js.html'); ?>
    </script>
  </body>
</html>
