htex
hypertext extruder
An experimental tool which acts as:
- an HTML-extension to generate hypertext (new set of
<!elements>), - a web server to publish static and dynamic content (
htex server), - a static site generator like jekyll or hugo (
htex gen).
<body>
<!method get>
<form action="." method="post">
<input type="email" name="email" placeholder="email">
<input type="password" name="password" placeholder="password">
<button type="submit">sign in</button>
</form>
<!method post>
Form received: <!data email>
<!method any>
</body>