sleeb

an experimental input method
git clone https://tongong.net/git/sleeb.git
Log | Files | Refs | README

index.html (289B)


      1 <!DOCTYPE html>
      2 <html>
      3     <head>
      4         <title>sleeb</title>
      5         <meta charset="UTF-8" />
      6         <style>
      7             @import "./styles.css";
      8         </style>
      9     </head>
     10     <body>
     11         <script type="module">
     12             import "./main.js";
     13         </script>
     14     </body>
     15 </html>