UNPKG

hai-server

Version:

Serves JSON files through REST routes with authentication.

1 lines 902 B
<html><head><title>HAI JS Server</title><link rel="icon" href="favicon.ico"><script defer="defer" src="main.js"></script><link href="main.css" rel="stylesheet"></head><body><header><div class="container"><h3><a href="http://sumn2u.github.io/hai-js" target="_blank">HAIJS Server</a></h3></div></header><main><div class="container"><h4>Congrats!</h4><p>You're successfully running HAI Server<br>✧*。٩(ˊᗜˋ*)و✧*。</p><div id="resources"></div><p>To access and modify resources, you can use any HTTP method<br><code>GET</code> <code>POST</code> <code>PUT</code> <code>PATCH</code> <code>DELETE</code> <code>OPTIONS</code></p><div id="custom-routes"></div><h4>Documentation</h4><p>View <a href="https://github.com/sumn2u/hai-server">README</a></p></div></main><footer><div class="container"><p>To replace this page, create a <code>./public/index.html</code> file.</p></div></footer></body></html>