github.com/ckxng/wakeup@v0.0.0-20190105202853-90356a5f5a15/Release/example.html (about)

     1  <html>
     2  <head>
     3  <style type=text/css>
     4  h1 { font: Arial 18px; }
     5  </style>
     6  </head>
     7  <body>
     8  
     9  <h1>cef2go example</h1>
    10  
    11  This is a basic example of embedding Chromium browser in Go application.
    12  More to come.
    13  
    14  <h2>Google</h2>
    15  <a href="https://www.google.com/">https://www.google.com/</a>
    16  
    17  </body>
    18  </html>
    19