Skip to content

Instantly share code, notes, and snippets.

@vasildankov
Last active February 21, 2026 21:30
Show Gist options
  • Select an option

  • Save vasildankov/4cd219780992bb5706734608bf46a06d to your computer and use it in GitHub Desktop.

Select an option

Save vasildankov/4cd219780992bb5706734608bf46a06d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="bg">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TC Gaming</title>
<style>
body {
margin: 0;
font-family: Arial, sans-serif;
background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
color: white;
text-align: center;
}
header {
padding: 40px 20px;
}
h1 {
font-size: 48px;
margin-bottom: 10px;
}
p {
font-size: 20px;
opacity: 0.9;
}
.btn {
display: inline-block;
margin-top: 20px;
padding: 15px 30px;
background: #00c3ff;
color: black;
text-decoration: none;
font-weight: bold;
border-radius: 8px;
transition: 0.3s;
}
.btn:hover {
background: #00ffcc;
transform: scale(1.05);
}
footer {
margin-top: 50px;
padding: 20px;
background: rgba(0,0,0,0.3);
}
</style>
</head>
<body>
<header>
<h1>🎮 TC Gaming</h1>
<p>Добре дошли в нашия официален сайт!</p>
<a href="#" class="btn">Влез в Discord</a>
</header>
<footer>
© 2026 TC Gaming | Всички права запазени
</footer>
</body>
</html>
# TC Gaming
Добре дошли в нашия официален сайт!
Влез в Discord © 2026 TC Gaming | Всички права запазени
@vasildankov
Copy link
Author

TCGOG 6.1 WL
1000052980

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment