dwyl/learn-hapi

View on GitHub
examples/views/index.html

Summary

Maintainability
Test Coverage
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <title>Try Serving Static Content in Hapi.js 9.0.1</title>
    <link rel="shortcut icon" href="https://www.dwyl.io/images/favicon.ico" type="image/x-icon" />
  <!--  <link rel="stylesheet" href="/public/style.css"/> -->
  </head>
  <body>
    <h1> Open Your (Browser's) Developer Console...</h1>
    <script type="text/javascript" src="/public/hello.js"></script>
  </body>
</html>