gui+html: Default page now "Recent actions", new feature to preview .txt files

Change-Id: Ife7f29eb36af0d080936f03196bca1a3005c2b66
diff --git a/gui/html/index.html b/gui/html/index.html
index a036d54..06ab62b 100644
--- a/gui/html/index.html
+++ b/gui/html/index.html
@@ -31,8 +31,8 @@
 
       <nav>
         <ul>
-          <li><a class="needs-get-url" href="#fileList">All files</a></li>
           <li><a class="needs-get-url" href="#folderHistory">Recent actions</a></li>
+          <li><a class="needs-get-url" href="#fileList">All files</a></li>
           <li><a class="ajax-action" id="reload-button">Reload current view</a></li>
         </ul>
       </nav>