Rename demo.html -> ui.html
This commit is contained in:
parent
7f5ad65c61
commit
e3a2a1ff20
@ -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">
|
||||
|
@ -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>
|
Loading…
Reference in New Issue
Block a user