Calculator Tools Calculator Tools
Create

JunyTony na Record e No Gloob Komika

Jan 4, 2024

About this app

A fun and interactive app to record videos with JunyTony on Record and create comic strips on Gloob Komika.

JunyTony na Record e No Gloob Komika JunyTony na Record e No Gloob Komika Record Videos with JunyTony on Record Record fun and entertaining videos with JunyTony on Record. Share your videos with friends and family and spread the laughter! Go to Record Create Comic Strips on Gloob Komika Unleash your creativity and create amazing comic strips on Gloob Komika. Choose from a variety of characters, backgrounds, and speech bubbles to bring your stories to life. Go to Gloob Komika

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>JunyTony na Record e No Gloob Komika</title>
<meta name="description" content="A fun and interactive app to record videos with JunyTony on Record and create comic strips on Gloob Komika.">
<meta name="keywords" content="JunyTony, Record, Gloob, Komika, app, record videos, create comic strips">

<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=Pacifico&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() {

});

} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>

<style>
/* App CSS Goes Here */
body {
background-color: #f9f9f9;
font-family: 'Pacifico', cursive;
}

h1 {
text-align: center;
color: #ff6d00;
margin-top: 40px;
}

.container {
max-width: 600px;
margin: 0 auto;
}

.card {
margin-bottom: 20px;
background-color: #fff;
border: none;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
padding: 20px;
}

.card-title {
margin-bottom: 20px;
font-size: 24px;
color: #333;
}

.btn-primary {
background-color: #ff6d00;
border-color: #ff6d00;
color: #fff;
font-weight: bold;
transition: background-color 0.3s ease;
}

.btn-primary:hover {
background-color: #ff5722;
border-color: #ff5722;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>JunyTony na Record e No Gloob Komika</h1>

<div class="card">
<h2 class="card-title">Record Videos with JunyTony on Record</h2>
<p>Record fun and entertaining videos with JunyTony on Record. Share your videos with friends and family and spread the laughter!</p>
<a href="https://www.record.com.br" class="btn btn-primary">Go to Record</a>
</div>

<div class="card">
<h2 class="card-title">Create Comic Strips on Gloob Komika</h2>
<p>Unleash your creativity and create amazing comic strips on Gloob Komika. Choose from a variety of characters, backgrounds, and speech bubbles to bring your stories to life.</p>
<a href="https://www.gloob.com" class="btn btn-primary">Go to Gloob Komika</a>
</div>
</div>
</body>
</html>