github.com/munnerz/test-infra@v0.0.0-20190108210205-ce3d181dc989/experiment/tracer/static/index.html (about) 1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="UTF-8"> 5 <title>Tracer Dashboard</title> 6 <link rel="stylesheet" href="style.css"> 7 <link rel="icon" type="image/png" href="favicon.ico"> 8 <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> 9 <script src="script.js"></script> 10 </head> 11 <body> 12 <header> 13 <a href="/"><h2>Tracer Dashboard</h2></a> 14 </header> 15 <aside> 16 <div class="wrapper" id="search-wrapper"> 17 <div class="search"> 18 <input type="text" id="user-input" class="search-term" placeholder="Pass a link from a PR or PR comment and profit"> 19 <button type="submit" id="search-submit" class="search-btn"> 20 <span id="loading" class="hide"></span> 21 <span class="icon-search"></span> 22 </button> 23 </div> 24 <div id="error-message"></div> 25 </div> 26 <div id="response"></div> 27 </aside> 28 </body> 29 </html>