databases/hello-app-cloud-spanner/client/public/index.html (17 lines of code) (raw):

<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> <meta name="description" content="Cloud Spanner and GKE sample app" /> <title>Players</title> </head> <body style="margin-top: 50px"> <noscript>You need to enable JavaScript to run this app.</noscript> <div id="root"></div> </body> </html>