Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
major update, picture, buttons
  • Loading branch information
CrypticNothings authored Oct 14, 2024
1 parent 129a051 commit f0ad16a
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@
<h1 id="delayed-text" class="fade-in-text">Are You Ready For The Truth?</h1>
</div>
<img id="delayed-image" src="https://i.ibb.co/V26pW2C/Cybe-rain.webp" alt="Cyber rain cloud image" class="responsive-image">

</br>
</br>
</br>
<a href="newPrivacyPage.html">Take the Red Pill</a>
</br>
</br>
<a href="bliss.html">Take the Blue Pill</a>

<div class="choice-container">
<a href="newPrivacyPage.html" class="pill-link red-pill">Take the Red Pill</a>
<a href="bliss.html" class="pill-link blue-pill">Take the Blue Pill</a>
</div>

<!-- Wrap the pill image inside its own container -->
<div class="pill-image-container">
<img src="https://i.ibb.co/FkrhqKT/red-Blue-P-removebg-preview.png" alt="Red and Blue Pills" class="pill-image">
</div>
</div>

</body>
</html>

0 comments on commit f0ad16a

Please sign in to comment.