1
0

Add index.html

This commit is contained in:
Liza 2023-10-14 19:34:01 +02:00
parent e69067eb42
commit f7c93fa279
Signed by: liza
GPG Key ID: 7199F8D727D55F67

38
dist/index.html vendored Normal file
View File

@ -0,0 +1,38 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Liza's plugin repository</title>
<link rel="icon" href="https://git.carvel.li/repo-avatars/874f13a59a628db499744a9c017a8d24d49f5a1da754d14de7d3e6600098c62a">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/kimeiga/bahunya/dist/bahunya.min.css">
<meta charset="utf-8">
<meta name="description" content="My description">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<nav>
<a href="https://git.carvel.li">Git</a></li>
<a href="https://discord.com/invite/eqw3TpQKyb">Discord</a>
<a href="https://www.patreon.com/lizac">Patreon</a>
</nav>
<div style="text-align: center;">
<h1>Liza's Plugin Repository</h1>
</div>
<article>
<h3>Getting Started</h3>
<p>
<ul>
<li>Open Dalamud's settings (<code>/xlsettings</code>)</li>
<li>Click on the <code>Experimental</code> tab</li>
<li>Scroll Down to <code>Custom Plugin Repositories</code></li>
<li>Add the following URL: <code>https://plugins.carvel.li/</code>, then click on the Plus next to it</li>
<li>Click on the Save icon in the bottom right corner</li>
</ul>
</p>
</article>
</body>
</html>