Browse Source

Update index.html

master
Jani Hirvinen 8 years ago committed by Andrew Tridgell
parent
commit
8ede423b34
  1. 12
      Tools/autotest/web/index.html

12
Tools/autotest/web/index.html

@ -14,6 +14,18 @@ @@ -14,6 +14,18 @@
</div>
</a>
<style>
#jdlogo {
top: 15px;
right: 20px;
position: absolute;
}
</style>
<div id=jdlogo>
Servers by <a href=http://www.jDrones.com/>jDrones</a>
</div>
<h2>Automatic test run at ${date}</h2>
<div id="git">Test run on git commit <a href="https://github.com/ArduPilot/ardupilot/commit/${githash}">${githash}</a>

Loading…
Cancel
Save