JunyTony o filme
About this app
A single page web app for JunyTony o filme.
JunyTony o filme JunyTony o filme Welcome to JunyTony o filme! Join Juny and Tony on their exciting adventures in this fun-filled movie. Get ready for laughter, friendship, and lots of surprises! Watch Trailer
Related apps
Put this on your site
Source
<!DOCTYPE html>
<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>JunyTony o filme</title>
<meta name="description" content="A single page web app for JunyTony o filme.">
<meta name="keywords" content="JunyTony, filme, single page web app">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap" 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() {
// You can start building your web app functionality here.
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
font-family: 'Poppins', sans-serif;
background-color: #f8f9fa;
}
.header {
background-color: #007bff;
color: #ffffff;
padding: 20px;
text-align: center;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 20px;
}
.title {
color: #007bff;
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
text-align: center;
}
.description {
color: #333333;
font-size: 16px;
line-height: 1.5;
margin-bottom: 20px;
text-align: center;
}
.button {
background-color: #007bff;
color: #ffffff;
border: none;
border-radius: 5px;
padding: 10px 20px;
font-size: 16px;
font-weight: 500;
cursor: pointer;
transition: background-color 0.3s;
}
.button:hover {
background-color: #0056b3;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<header class="header">
<h1>JunyTony o filme</h1>
</header>
<div class="container">
<h2 class="title">Welcome to JunyTony o filme!</h2>
<p class="description">Join Juny and Tony on their exciting adventures in this fun-filled movie. Get ready for laughter, friendship, and lots of surprises!</p>
<button class="button">Watch Trailer</button>
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!