Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 311 Bytes

File metadata and controls

12 lines (7 loc) · 311 Bytes

@codedev168/hcs-site

A minimal HTML/CSS/JS site package exported as an npm module.

Usage:

const site = require('@codedev168/hcs-site'); console.log(site.render());

This returns a complete HTML string with inlined CSS and JS.

Files included in the package: dist/index.html, dist/style.css, dist/script.js