This repository has been archived on 2020-01-17. You can view files and clone it, but cannot push or open issues or pull requests.
vn-repo/web/index.html

30 lines
1.0 KiB
HTML
Raw Normal View History

2018-05-02 06:32:19 +00:00
<!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)">
2018-05-02 08:19:27 +00:00
<option disabled selected value="">Select project</option>
2018-05-02 06:32:19 +00:00
</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>