Nifty trick from https://medium.com/@jmatix/using-chrome-as-a-local-web-server-af04baffd581
Chrome version 65+ can double as a local static web server
<html>
<head>
<style></style>
</head>
<body>
<h1>This is MyWeb.com</h1>
</body>
</html>