UNPKG

tiny-https-server

Version:

Tiny web server with HTTPS support, static file serving, subdomain support, middleware support, and service worker support.

15 lines 521 B
<!doctype html> <html> <head> <title>Tiny Https Server 2</title> <!-- Service Worker Script --> <!--<script async src="node_modules/tiny-https-server@2"></script>--> <!-- PWA manifest --> <!--<link rel="manifest" href="/manifest.webmanifest" crossorigin="use-credentials" />--> </head> <body> <h3>Tiny Https Server 2 - Default Page</h3> <p>It works!</p> <code>Powered by <a href="https://www.npmjs.com/package/tiny-https-server">'tiny-https-server'</a></code> </body> </html>