mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 07:40:30 -08:00
38 lines
987 B
HTML
38 lines
987 B
HTML
<!DOCTYPE html>
|
|
<html lang=en>
|
|
<head>
|
|
<meta name="charset" content="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<style type="text/css">
|
|
html {
|
|
font: 100%/1.5 sans-serif;
|
|
word-wrap: break-word;
|
|
margin: 0 auto;
|
|
padding: 1.5em;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
html {
|
|
font-size: 125%;
|
|
max-width: 42em;
|
|
}
|
|
}
|
|
</style>
|
|
<title>Rosenpass Development Page</title>
|
|
</head>
|
|
<body>
|
|
<h1>Rosenpass Development Page</h1>
|
|
<p>
|
|
This is a development page of Rosenpass. If you just want to use it, take
|
|
a look at the <a href="https://rosenpass.eu">website</a> or the
|
|
<a href="https://github.com/rosenpass/rosenpass">repository on Github</a>.
|
|
</p>
|
|
<p>
|
|
Other links relevant to development:
|
|
</p>
|
|
<ul>
|
|
<li><a href="https://rosenpass.github.io/benchmarks">Benchmarks</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|