index changes
This commit is contained in:
parent
b9999a8d60
commit
f188d071d8
1 changed files with 18 additions and 6 deletions
24
index.html
24
index.html
|
@ -8,19 +8,31 @@
|
|||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
main{
|
||||
max-width:60rem;
|
||||
display:flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
h1,h3,p{
|
||||
width:100%;
|
||||
}
|
||||
button{
|
||||
padding:10px;
|
||||
font-size:24px;
|
||||
padding:5px;
|
||||
font-size:20px;
|
||||
border-radius:6px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Libre Solutions Network</h1>
|
||||
<h2>Peertube Plugin for Grayjay</h2>
|
||||
<main>
|
||||
<h1>Libre Solutions Network</h1>
|
||||
<h3>Peertube Plugin for Grayjay</h2>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
|
||||
<p>See the <a href="https://code.gabe.rocks/gabriel/peertube-grayjay">code repository</a></p>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue