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;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
main{
|
||||||
|
max-width:60rem;
|
||||||
|
display:flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
h1,h3,p{
|
||||||
|
width:100%;
|
||||||
|
}
|
||||||
button{
|
button{
|
||||||
padding:10px;
|
padding:5px;
|
||||||
font-size:24px;
|
font-size:20px;
|
||||||
border-radius:6px;
|
border-radius:6px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Libre Solutions Network</h1>
|
<main>
|
||||||
<h2>Peertube Plugin for Grayjay</h2>
|
<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>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue