git.fiddlerwoaroof.com
gen-fun.html
0d4ee4de
 <!doctype html>
6be15aae
 <html lang="en">
cc733b08
   <head>
     <meta charset="UTF-8" />
     <title>Document</title>
     <style>
       the-name {
         font-weight: bold;
       }
       the-address {
         font-style: italic;
       }
     </style>
   </head>
   <body>
     <section class="root">
       <the-name></the-name>
       <the-address></the-address>
     </section>
     <script>
       var exports = {};
     </script>
     <script src="./dist/genfuns.js"></script>
     <script src="./dist/genfun_formatter.js"></script>
     <script src="./dist/main.js"></script>
   </body>
6be15aae
 </html>