16 lines
627 B
HTML
16 lines
627 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="go-import" content="mcmillian.dev/go/pnut-bridge git https://git.dreamfall.space/spacenerdmo/pnut-bridge.git">
|
|
<link rel="stylesheet" href="/style.css">
|
|
<title>pnut-bridge</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>pnut-bridge</h1>
|
|
<p>A matterbridge API plugin allowing you to connect message channels on pnut.io to other supported chat services.</p>
|
|
<p>Project hosted on <a href="https://git.dreamfall.space/spacenerdmo/pnut-bridge.git">Gitea</a>.</p>
|
|
</body>
|
|
</html>
|