26 lines
No EOL
736 B
HTML
26 lines
No EOL
736 B
HTML
<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> |