21 lines
580 B
HTML
21 lines
580 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta name=viewport content="width=device-width height=device-height">
|
|
<title>BaseBand download server</title>
|
|
</head>
|
|
<body>
|
|
<h1>BaseBand downloads</h1>
|
|
|
|
This website serves the version information and downloads of BaseBand.
|
|
|
|
<h2>Artifacts</h2>
|
|
<ul>
|
|
<li><a href="/download/client/release">/download/client/release</a></li>
|
|
<li><a href="/download/client/main">/download/client/main</a></li>
|
|
<li><a href="/download/loader">/download/loader</a></li>
|
|
</ul>
|
|
|
|
<h2>Version information</h2>
|
|
|
|
<a href="/branches">/branches</a>
|
|
</body>
|