tuhinga webREPL version 0.2.0

input tuhinga

output html

<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="device-width, initial-scale=1.0">
    <title>Page title</title>
  </head>
  <body>
    <div id="main" class="container">
      <h1 class="page-header">
        Page title
        <small>Page subtitle</small>
      </h1>
    </div>
    <div id="footer" class="container">
      <p>Copyright &amp; 2015 Me</p>
    </div>
  </body>
</html>

This page itself is written in tuhinga, view the source

Copyright © 2014-2023 Benjamin Althues