<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=no"/> <meta name="mobile-web-app-capable" content="yes"/> <meta name="content-language" content="en"/> <link rel="stylesheet" href="style.css"/> <title>Deployment logs - Verdnatura</title> </head> <body> <div id="top"> <h1>Deployment logs</h1> <div id="form"> <label> Project <select id="project" onchange="refresh(true)"> <option disabled selected value="">Select project</option> </select> </label> <label class="checkbox clickable"> <input id="autorefresh" type="checkbox" onclick="refresh()" checked/>Autorefresh </label> <button onclick="refresh()">Refresh</button> </div> </div> <pre></pre> <script type="text/javascript" src="main.js"></script> </body> </html>