Rename demo.html -> ui.html

This commit is contained in:
Tankred Hase 2017-08-17 19:53:22 +08:00
parent 7f5ad65c61
commit e3a2a1ff20
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation" class="active"><a href="/">Home</a></li>
<li role="presentation"><a href="demo.html">Demo</a></li>
<li role="presentation"><a href="ui.html">Manage Keys</a></li>
<li role="presentation"><a href="https://github.com/mailvelope/keyserver" target="_blank">GitHub</a></li>
</ul>
</nav>
@ -30,7 +30,7 @@
<div class="jumbotron">
<h1>Secure. Easy.</h1>
<p class="lead">The Mailvelope OpenPGP public key server is the first of its kind. It allows automatic public key lookup to make email privacy <strong>just as painless as modern messengers</strong>.</p>
<p><a class="btn btn-lg btn-success" href="demo.html" role="button">Try it now</a></p>
<p><a class="btn btn-lg btn-success" href="ui.html" role="button">Try it now</a></p>
</div>
<div class="row marketing">

View File

@ -20,7 +20,7 @@
<nav>
<ul class="nav nav-pills pull-right">
<li role="presentation"><a href="/">Home</a></li>
<li role="presentation" class="active"><a href="demo.html">Demo</a></li>
<li role="presentation" class="active"><a href="ui.html">Manage Keys</a></li>
<li role="presentation"><a href="https://github.com/mailvelope/keyserver" target="_blank">GitHub</a></li>
</ul>
</nav>