Im new to VS code, Upon clicking the http-server on my terminal I get no content on my web-server. I tried:
<head>
<link rel="shortcut icon" href="#">
</head>
<body>
<h1> Hello World </h1>
</body>
and my terminal looks like:
"GET /""Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.102 Safari/537.36 Edge/18.18362" (node:10112) [DEP0066] DeprecationWarning: OutgoingMessage.prototype._headers is deprecated