Skip to content
Snippets Groups Projects
Select Git revision
  • dc545c0e8f16934c035ab1d4b5800e776d0e39d9
  • main default protected
2 results

index.html

Blame
  • index.html 230 B
    <!DOCTYPE html>
    <html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>Hello World</title>
    </head>
    <body>
        Hello World from Nginx
    </body>
    </html>