Candy Cat and Peppa Pig
About this app
Candy Cat and Peppa Pig Welcome to Candy Cat and Peppa Pig's World! Candy Cat Candy Cat: Hi everyone, I'm Candy Cat! Narrator: Candy Cat is a good friend of Peppa Pig. She attends the Playgroup with Peppa and their other friends. She is the daughter of Mummy Cat and Daddy Cat, and the possible niece of Claire Cat and Chili Cat. Candy Cat: Meow! I love playing with Peppa and our friends at the Playgroup. Narrator: Candy Cat is very good at playing a tiger, as revealed in "The School Fete". She can creep along quietly and then... jump! Candy Cat: Watch me roar! Rawr! Narrator: When something makes Candy happy, she purrs. Candy Cat: Purr, purr! I'm a happy kitty. Narrator: Candy Cat also likes fish, as revealed in "The Aquarium". Candy Cat: Yum, fish is my favorite! Narrator: Her talent is skipping, as revealed in "Talent Day". Candy Cat: Look at me skip! Whee! Narrator: As shown in "Pumpkin Party", Candy Cat and Peppa were fighting each other just to turn each other into a frog. Candy Cat: Ribbit! Ribbit! I'm a frog now! Narrator: Candy Cat and Peppa always find a way to have fun together, even if they get into little fights. Candy Cat: Peppa is my best friend, and we always have...
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>Candy Cat and Peppa Pig</title>
<meta name="description" content="Candy Cat is a friend of Peppa Pig.">
<meta name="keywords" content="Candy Cat, Peppa Pig, Playgroup">
<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">
<!-- Built-In Functions for Apps -->
<script type="text/javascript">
var localStoragePrefix = "ct-168962230212071";
var lastSave = 0;
// save to localstorage
function saveLocal(data) {
if (Date.now() - lastSave < 1000) {
return;
}
// save to cookie
let cookie = localStoragePrefix + "=" + JSON.stringify(data) + "; path=" + window.location.pathname + "'; SameSite=Strict";
cookie += "; expires=" + new Date(Date.now() + 1000 * 60 * 60 * 24 * 365 * 1000).toUTCString();
document.cookie = cookie;
lastSave = Date.now();
}
// load from localstorage
function loadLocal() {
var cookiePrefix = localStoragePrefix + "=";
var cookieStart = document.cookie.indexOf(cookiePrefix);
if (cookieStart > -1) {
let cookieEnd = document.cookie.indexOf(";", cookieStart);
if (cookieEnd == -1) {
cookieEnd = document.cookie.length;
}
var cookieData = document.cookie.substring(cookieStart + cookiePrefix.length, cookieEnd);
return JSON.parse(cookieData);
}
}
</script>
<script type="text/javascript">
// App Javascript Goes Here
</script>
<style>
/* App CSS Goes Here */
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Welcome to Candy Cat and Peppa Pig's World!</h1>
<h2>Candy Cat</h2>
<p><strong>Candy Cat:</strong> Hi everyone, I'm Candy Cat!</p>
<p><strong>Narrator:</strong> Candy Cat is a good friend of Peppa Pig. She attends the Playgroup with Peppa and their other friends. She is the daughter of Mummy Cat and Daddy Cat, and the possible niece of Claire Cat and Chili Cat.</p>
<p><strong>Candy Cat:</strong> Meow! I love playing with Peppa and our friends at the Playgroup.</p>
<p><strong>Narrator:</strong> Candy Cat is very good at playing a tiger, as revealed in "The School Fete". She can creep along quietly and then... jump!</p>
<p><strong>Candy Cat:</strong> Watch me roar! Rawr!</p>
<p><strong>Narrator:</strong> When something makes Candy happy, she purrs.</p>
<p><strong>Candy Cat:</strong> Purr, purr! I'm a happy kitty.</p>
<p><strong>Narrator:</strong> Candy Cat also likes fish, as revealed in "The Aquarium".</p>
<p><strong>Candy Cat:</strong> Yum, fish is my favorite!</p>
<p><strong>Narrator:</strong> Her talent is skipping, as revealed in "Talent Day".</p>
<p><strong>Candy Cat:</strong> Look at me skip! Whee!</p>
<p><strong>Narrator:</strong> As shown in "Pumpkin Party", Candy Cat and Peppa were fighting each other just to turn each other into a frog.</p>
<p><strong>Candy Cat:</strong> Ribbit! Ribbit! I'm a frog now!</p>
<p><strong>Narrator:</strong> Candy Cat and Peppa always find a way to have fun together, even if they get into little fights.</p>
<p><strong>Candy Cat:</strong> Peppa is my best friend, and we always have a purrfect time together!</p>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!