You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<header>
<h1>TD Games</h1>
<p>Your Source for Exciting Games</p>
</header>
</header>
<h2>Connect with Us on Social Media</h2>
<!-- Social Media content and links go here -->
<ul>
<button class="btn-primary" onclick="location.href='https://twitter.com/Lazor999op';" style="width: 25px; height: 50px;"><i class="fa-brands fa-x-twitter"></i></button>
<button class="btn-primary" onclick="location.href='https://www.youtube.com/channel/UCOM8FHl9LASOp2_aqcpa5-A';"style="width: 25px; height: 50px;"><i class="fa-brands fa-youtube"></i></button>
<button class="btn-primary" onclick="location.href='https://discord.gg/W8qpVdwY7Z';"style="width: 25px; height: 50px;"><i class="fa-brands fa-discord"></i>"></i></button>
</ul>
</section>
<!-- Other sections and content can be added as needed -->
<div class="container">
<div class="content">
<h2>Welcome to TD Games</h2>
<p>
TD Games is your destination for fun and exciting games. Whether you're into action, creativity, or a team . Our games will enterest you
<!DOCTYPE html>
<title>Styled Buttons</title>
<style>
/* Style for the primary button */
.btn-primary {
background-color: #FF0000; /* Button color */
color: #9905FA; /* Text color */
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
/* Style for the secondary button */
.btn-secondary {
background-color: #FF0000; /* Button color */
color: #92FA05; /* Text color */
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
/* Style for a button with a different color */
.btn-custom {
background-color: #FF0000; /* Button color */
color: #05C3FA; /* Text color */
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
</style>