Skip to content

Commit

Permalink
case
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz authored Aug 9, 2021
1 parent 7ec3fe1 commit 9e84afe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vyxal.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,16 @@ <h1><a href="https://github.com/Vyxal/Vyxal">Vyxal</a> language bar and characte
<h2>Installation</h2>
<h3>Desktop browser</h3>
<ol>
<li>Drag this link to your bookmarks bar: <a href='javascript:(d=>{let e=d.createElement("script");e.src="https://abrudz.github.io/lb/Vyxal.js";d.body.appendChild(e)})(document)'>Vyxal</a></li>
<li>Drag this link to your bookmarks bar: <a href='javascript:(d=>{let e=d.createElement("script");e.src="https://abrudz.github.io/lb/vyxal.js";d.body.appendChild(e)})(document)'>Vyxal</a></li>
</ol>
<h3>Mobile browser</h3>
<ol>
<li>Add a bookmark for this page.</li>
<li>Edit the bookmark's target URL address to <code>javascript:(d=&gt;{let%20e=d.createElement("script");e.src="https://abrudz.github.io/lb/Vyxal.js";d.body.appendChild(e)})(document)</code></li>
<li>Edit the bookmark's target URL address to <code>javascript:(d=&gt;{let%20e=d.createElement("script");e.src="https://abrudz.github.io/lb/vyxal.js";d.body.appendChild(e)})(document)</code></li>
</ol>
<h3>Webpage</h3>
<ol>
<li>Include this HTML in your page: <code>&lt;script src="https://abrudz.github.io/lb/Vyxal.js">&lt;/script></code></li>
<li>Include this HTML in your page: <code>&lt;script src="https://abrudz.github.io/lb/vyxal.js">&lt;/script></code></li>
</ol>
<h2>Activation</h2>
<ol>
Expand Down

0 comments on commit 9e84afe

Please sign in to comment.