github.com/qsunny/k8s@v0.0.0-20220101153623-e6dca256d5bf/examples-master/guestbook-go/public/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3    <head>
     4      <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
     5      <meta charset="utf-8">
     6      <meta content="width=device-width" name="viewport">
     7      <link href="style.css" rel="stylesheet">
     8      <title>Guestbook</title>
     9    </head>
    10    <body>
    11      <div id="header">
    12        <h1>Guestbook</h1>
    13      </div>
    14  
    15      <div id="guestbook-entries">
    16        <p>Waiting for database connection...</p>
    17      </div>
    18  
    19      <div>
    20        <form id="guestbook-form">
    21          <input autocomplete="off" id="guestbook-entry-content" type="text">
    22          <a href="#" id="guestbook-submit">Submit</a>
    23        </form>
    24      </div>
    25  
    26      <div>
    27        <p><h2 id="guestbook-host-address"></h2></p>
    28        <p><a href="env">/env</a>
    29        <a href="info">/info</a></p>
    30      </div>
    31      <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
    32      <script src="script.js"></script>
    33    </body>
    34  </html>