27 lines
729 B
HTML
27 lines
729 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Cupid GPG server</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<h1>Cupid</h1>
|
||
|
<p>
|
||
|
this is a GPG keyserver that serves keys from all the following servers combined:
|
||
|
</p>
|
||
|
<ul>
|
||
|
{{#each keys}}
|
||
|
<li>{{ this }}</li>
|
||
|
{{/each}}
|
||
|
</ul>
|
||
|
<p>
|
||
|
point is to reduce situations when one keyserver has a key but another one which you use, doesnt
|
||
|
</p>
|
||
|
|
||
|
<h2>transparency</h2>
|
||
|
<p>
|
||
|
a specific instance (like this one) may not be fully transparent. in fact, its recommended for you to make your own instance
|
||
|
</p>
|
||
|
</body>
|
||
|
</html>
|