github.com/GoogleCloudPlatform/testgrid@v0.0.174/web/index.html (about) 1 <!doctype html> 2 <html lang="en"> 3 4 <head> 5 <meta charset="utf-8"> 6 <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> 7 <meta name="Description" content="Put your description here."> 8 <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> 9 <base href="/"> 10 11 <style> 12 html, 13 body { 14 margin: 0; 15 padding: 0; 16 font-family: sans-serif; 17 background-color: #ededed; 18 } 19 </style> 20 <title>List Reader</title> 21 </head> 22 23 <body> 24 <script type="module" src="./out-tsc/src/testgrid-app.js"></script> 25 26 <testgrid-app></testgrid-app> 27 </body> 28 29 </html>