git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/httpx/example/webapp/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3    <head>
     4      <meta charset="UTF-8">
     5      <meta name="viewport" content="width=device-width, initial-scale=1.0">
     6      <link rel="stylesheet" href="/assets/index.css">
     7      <title>Webapp</title>
     8    </head>
     9    <body>
    10      <h1>Hello World!</h1>
    11    </body>
    12    <script src="/assets/helloworld.js"></script>
    13  </html>