ybbond-reason

My old site written in ReasonReact
Log | Files | Refs | README | LICENSE | CC-LICENSE

index.html (246B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4   <meta charset="UTF-8">
      5   <title>YBBond</title>
      6 </head>
      7 <body>
      8 
      9   <div id="root"></div>
     10   <noscript>Please enable Javascript to use this app.</noscript>
     11 
     12   <script src="Index.js"></script>
     13 </body>
     14 </html>