This commit is contained in:
parent
427969df2c
commit
21875ea22a
1 changed files with 33 additions and 0 deletions
33
index.html
33
index.html
|
|
@ -68,6 +68,19 @@
|
|||
>
|
||||
Dokumentācija
|
||||
</button>
|
||||
<button
|
||||
v-on:click="page = 'instructions'"
|
||||
:class="{active: page === 'instructions'}"
|
||||
style="
|
||||
border: none;
|
||||
background: none;
|
||||
cursor: pointer;
|
||||
font-size: 1rem;
|
||||
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
|
||||
"
|
||||
>
|
||||
Instrukcijas
|
||||
</button>
|
||||
</nav>
|
||||
<main style="padding: 2rem; font-family: 'Inter', 'Segoe UI', Arial, sans-serif;">
|
||||
<section v-if="page === 'home'">
|
||||
|
|
@ -163,8 +176,28 @@
|
|||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
<section v-if="page === 'instructions'">
|
||||
<h2>Ieinstalācija</h2>
|
||||
<h3>Premium lietotājiem (oficiālais Minecraft konts)</h3>
|
||||
<ol>
|
||||
<li>Lejupielādē <a href="/LV%20Modpaka.zip" target="_blank">LV Modpaka.zip</a> failu.</li>
|
||||
<li>Lejupielādē un uzinstalē <a href="https://prismlauncher.org/" target="_blank">Prism Launcher</a>.</li>
|
||||
<li>Ievilc .zip failu iekša Prism Launcher.</li>
|
||||
<li>Palaid instanci, pieslēdzies serverim!</li>
|
||||
</ol>
|
||||
<h3>Cracked lietotājiem (bez oficiāla Minecraft konta)</h3>
|
||||
<ol>
|
||||
<li>Lejupielādē <a href="/LV%20Modpaka.zip" target="_blank">LV Modpaka.zip</a> failu.</li>
|
||||
<li>Lejupielādē un uzinstalē <a href="https://github.com/Diegiwg/PrismLauncher-Cracked/releases/tag/9.4" target="_blank">Prism Launcher (cracked versija, links šeit)</a>.</li>
|
||||
<li>Ievilc .zip failu iekša Prism Launcher.</li>
|
||||
<li>Palaid instanci, pieslēdzies serverim!</li>
|
||||
</ol>
|
||||
<p style="margin-top:1rem;"><strong>Piezīme:</strong> Ja rodas jautājumi vai problēmas ar uzstādīšanu, jautā servera Discordā!</p>
|
||||
</section>
|
||||
</main>
|
||||
</div>
|
||||
|
||||
<script src="https://cdn.jsdelivr.net/npm/vue@2.7.14/dist/vue.min.js"></script>
|
||||
<script src="/fast-toml.js"></script>
|
||||
<script type="module">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue