ybbond-reason

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

index.html (691B)


      1 <!DOCTYPE html>
      2 <html lang="en">
      3 <head>
      4   <meta charset="UTF-8">
      5   <title>YBBond | Frontend Adventurer from Indonesia</title>
      6   <meta name="author" content="Yohanes Bandung Bondowoso" />
      7   <meta name="description" content="Curriculum Vitae, Experiences, Contact, My Literature Works, and the Hardware and Software I use!" />
      8   <meta
      9     name="viewport"
     10     content="width=device-width, initial-scale=1, shrink-to-fit=no"
     11   />
     12   <meta name="theme-color" content="#000000" />
     13   <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
     14 </head>
     15 <body>
     16 
     17   <div id="root"></div>
     18   <noscript>Please enable Javascript to use this app.</noscript>
     19 
     20   <script src="Index.js"></script>
     21 </body>
     22 </html>