"use strict";

const React = require('react');

module.exports = (
  <html>
  <body>
  This is react html.
  </body>
  </html>
)



