Canal da JunyTony
About this app
A fun and exciting YouTube channel dedicated to entertainment and adventures.
Canal da JunyTony Canal da JunyTony A fun and exciting YouTube channel dedicated to entertainment and adventures. Visit Channel
Related apps
Put this on your site
Source
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Canal da JunyTony</title>
<meta name="description" content="A fun and exciting YouTube channel dedicated to entertainment and adventures.">
<meta name="keywords" content="JunyTony, YouTube, entertainment, adventures">
<link href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;700&display=swap" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.
// This will run when the DOM is ready.
document.addEventListener("DOMContentLoaded", function() {
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
font-family: 'Baloo 2', cursive;
background-color: #f8f9fa;
}
.title {
text-align: center;
margin-top: 50px;
font-size: 32px;
color: #333;
}
.description {
text-align: center;
margin-top: 20px;
font-size: 18px;
color: #666;
}
.channel-logo {
display: flex;
justify-content: center;
margin-top: 50px;
}
.logo-img {
width: 300px;
height: auto;
}
.button-container {
display: flex;
justify-content: center;
margin-top: 50px;
}
.button {
display: inline-block;
padding: 15px 30px;
font-size: 18px;
font-weight: bold;
color: #fff;
background-color: #ff5f5f;
border-radius: 5px;
text-decoration: none;
}
.button:hover {
background-color: #ff3f3f;
}
@media (max-width: 768px) {
.logo-img {
width: 200px;
}
.button-container {
flex-direction: column;
}
.button {
margin-top: 20px;
}
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1 class="title">Canal da JunyTony</h1>
<p class="description">A fun and exciting YouTube channel dedicated to entertainment and adventures.</p>
<div class="channel-logo">
<img class="logo-img" src="https://example.com/junytony-logo.png" alt="JunyTony Logo">
</div>
<div class="button-container">
<a class="button" href="https://www.youtube.com/junytony" target="_blank">Visit Channel</a>
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!