Skip to content

Commit

Permalink
feat(html): update the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd committed Nov 2, 2023
1 parent 25d9ab3 commit 9cd284e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ <h1>The Magical Tech Elixir!</h1>
<div class="key-sequence">
<p><i class="fab fa-windows"></i> + X + U + U</p>
</div>
<div class="instructions">
<h2>Follow these steps to cast the spell:</h2>
<ol class="steps-list">
<li>
<p>Step 1: <span class="key-combination">Press the <i class="fab fa-windows"></i> Windows key and the <strong>X</strong> key at the same time.</span></p>
</li>
<li>
<p>Step 2: <span class="key-stroke">Press the <strong>U</strong> key twice.</span></p>
</li>
</ol>
</div>
<p>A spell so potent, it dissolves 90% of all tech issues!</p>
</div>
</body>
Expand Down

0 comments on commit 9cd284e

Please sign in to comment.