<!-- 
Online HTML, CSS and JavaScript editor to run code online.
-->
<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="stylesheet" href="style.css" />
  <title>Browser</title>
</head>

<body>
  <h1>
     "When the Time is right, I, The Lord, will make it Happen"
  </h1>
  <p>
    Isaiah 60:20
  </p>
  <script src="script.js"></script>
</body>

</html>