peertube-grayjay/index.html

26 lines
736 B
HTML
Raw 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;
}
button{
padding:10px;
font-size:24px;
border-radius:6px;
}
</style>
</head>
<body>
<h1>Libre Solutions Network</h1>
<h2>Peertube Plugin for Grayjay</h2>
<p>See the <a href="https://code.gabe.rocks/gabriel/peertube-grayjay"></a></p>
<a href="grayjay://plugin/https://gabe.rocks//peertube-grayjay/PeerTubeConfig.json"><button>Install</button></a>
</body>
</html>