diff options
Diffstat (limited to 'utils/test/reporting/html/index.html')
-rw-r--r-- | utils/test/reporting/html/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/utils/test/reporting/html/index.html b/utils/test/reporting/html/index.html index c6627ffe5..27890451f 100644 --- a/utils/test/reporting/html/index.html +++ b/utils/test/reporting/html/index.html @@ -37,17 +37,6 @@ </div> </header> - <!-- Menu --> - <!--- <nav id="menu"> - <h2>Menu</h2> - <ul> - <li><a href="index.html">Home</a></li> - <li><a href="colorado.html">Colorado</a></li> - <li><a href="danube.html">Danube</a></li> - </ul> - </nav> - ---> - <!-- Main --> <div id="main"> <div class="inner"> <header> @@ -61,7 +50,7 @@ <a href="colorado.html"> <h2>Colorado</h2> <div class="content"> - <p>Colorado 1.0 released on the 22nd of September</p> + <p>Colorado 1.0 (22/09/2016)</p> </div> </a> </article> @@ -72,17 +61,28 @@ <a href="danube.html"> <h2>Danube</h2> <div class="content"> - <p>Danube 1.0 planned on the 22nd of March</p> + <p>Danube 1.0 (22/03/2017)</p> </div> </a> </article> - <article class="style6"> + <article class="style4"> <span class="image"> <img src="img/euphrates.jpg" alt="" /> </span> - <a href="master.html"> + <a href="euphrates.html"> <h2>Euphrates</h2> <div class="content"> + <p>Euphreates (ETA 10/2017)</p> + </div> + </a> + </article> + <article class="style6"> + <span class="image"> + <img src="img/misc-npc-letterblock-m-800px.png" alt="" /> + </span> + <a href="master.html"> + <h2>Master</h2> + <div class="content"> <p>Master</p> </div> </a> |