peertube-grayjay/index.html

38 lines
1.2 KiB
HTML
Raw Permalink Normal View History

2023-11-02 12:42:47 -04:00
<html>
<head>
<title>Libre Solutions Network PT Plugin for Grayjay</title>
<style>
body{
font-size:18px;
display:flex;
flex-direction: column;
align-items: center;
}
2023-11-02 12:46:48 -04:00
main{
max-width:60rem;
display:flex;
flex-direction: column;
align-items: center;
}
h1,h3,p{
width:100%;
}
2023-11-02 12:42:47 -04:00
button{
2023-11-02 12:46:48 -04:00
padding:5px;
font-size:20px;
2023-11-02 12:42:47 -04:00
border-radius:6px;
}
</style>
</head>
<body>
2023-11-02 12:46:48 -04:00
<main>
<h1>Libre Solutions Network</h1>
<h3>Peertube Plugin for Grayjay</h2>
2023-11-02 12:42:47 -04:00
2023-11-02 12:46:48 -04:00
<p>This plugin allows you to access the Libre Solutions Network <a href="https://peertube.libresolutions.network">PeerTube Instance</a> with the <a href="https://grayjay.app/">grayjay app</a>.</p>
2023-11-02 12:42:47 -04:00
2023-11-02 12:46:48 -04:00
<a href="grayjay://plugin/https://gabe.rocks//peertube-grayjay/PeerTubeConfig.json"><button>Install</button></a>
<p>See the <a href="https://code.gabe.rocks/gabriel/peertube-grayjay">code repository</a></p>
</main>
2023-11-02 12:42:47 -04:00
</body>
</html>