Fix typos

This commit is contained in:
Kristofers Solo 2023-01-19 22:16:38 +02:00
parent 8a1c3eea21
commit 24c3d56108
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@
{% block meta %} {% block meta %}
<link rel="stylesheet" <link rel="stylesheet"
type="text/css" type="text/css"
href="{% static 'projects/css/karbs/karbs.css' %}"/> href="{% static 'projects/css/karbs/instructions.css' %}"/>
{% endblock %} {% endblock %}
{% block content %} {% block content %}
<h1>Kristofers Auto-Rice Bootsrapping Script (KARBS)</h1> <h1>Kristofers Auto-Rice Bootsrapping Script (KARBS)</h1>
@ -17,12 +17,12 @@
</p> </p>
<p> <p>
By default, KARBS installs and deploys By default, KARBS installs and deploys
<a href="https://github.com/kristoferssolo/solorice" targer="_blank">my own personal dotfiles</a>. <a href="https://github.com/kristoferssolo/solorice" target="_blank">my own personal dotfiles</a>.
</p> </p>
<h2>Installation</h2> <h2>Installation</h2>
<hr> <hr>
<p> <p>
On any (preferrably fresh) install of an On any (preferably fresh) install of an
<a href="https://archlinux.org/" target="_blank">Arch</a> or <a href="https://archlinux.org/" target="_blank">Arch</a> or
<a href="https://artixlinux.org/" target="_blank">Artix</a> <a href="https://artixlinux.org/" target="_blank">Artix</a>
Linux, make sure <code>curl</code> is installed and just run the following as the root user: Linux, make sure <code>curl</code> is installed and just run the following as the root user:

View File

@ -17,7 +17,7 @@
<h2>KARBS</h2> <h2>KARBS</h2>
</div> </div>
<div class="card-info-text"> <div class="card-info-text">
<p>Kristofers Auto-Rice Bootstrapping Script (KARBS).</p> <p>Kristofers Auto-Rice Bootstrapping Script.</p>
</div> </div>
</div> </div>
</div> </div>