Peppa Pig - Episode Transcript
About this app
Peppa Pig - Episode Transcript Peppa Pig - Episode Transcript Episode: Dates Peppa: "Mummy, can we go on a picnic?" Mummy Pig: "Of course, Peppa!" Peppa: "I love picnics!" Daddy Pig: "So do I!" Peppa: "Yay! Let's go!" [Peppa, Mummy Pig, and Daddy Pig pack their picnic basket and head to the park] Peppa: "Look, there's a duck pond!" Mummy Pig: "Yes, Peppa. And look at all the ducks!" Peppa: "Quack, quack!" [Peppa feeds the ducks] Daddy Pig: "Oh no, it's starting to rain!" Mummy Pig: "Quick, let's find some shelter!" [They find a tree to stand under] Peppa: "I love picnics, even in the rain!" Mummy Pig: "Me too, Peppa. It's an adventure!" Daddy Pig: "And we can still enjoy our food!" [They have their picnic under the tree] Peppa: "This is the best picnic ever!" Mummy Pig: "I'm glad you're having fun, Peppa." Trivia Peppa loves going on picnics. Daddy Pig enjoys picnics as well. The family goes to the park. They feed the ducks at the duck pond. It starts to rain during their picnic. They find shelter under a tree. Despite the rain, they continue their picnic. Peppa thinks it's the best picnic ever. Error/Goof 3. Mummy Pig says, "Look at all the ducks!" instead of "Look at all the g...
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>Peppa Pig - Episode Transcript</title>
<meta name="description" content="Transcript of the Peppa Pig episode">
<meta name="keywords" content="Peppa Pig, episode, transcript">
<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-169012191912058";
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>Peppa Pig - Episode Transcript</h1>
<h2>Episode: Dates</h2>
<p>
Peppa: <i>"Mummy, can we go on a picnic?"</i><br>
Mummy Pig: <i>"Of course, Peppa!"</i><br>
Peppa: <i>"I love picnics!"</i><br>
Daddy Pig: <i>"So do I!"</i><br>
Peppa: <i>"Yay! Let's go!"</i><br>
[Peppa, Mummy Pig, and Daddy Pig pack their picnic basket and head to the park]<br>
Peppa: <i>"Look, there's a duck pond!"</i><br>
Mummy Pig: <i>"Yes, Peppa. And look at all the ducks!"</i><br>
Peppa: <i>"Quack, quack!"</i><br>
[Peppa feeds the ducks]<br>
Daddy Pig: <i>"Oh no, it's starting to rain!"</i><br>
Mummy Pig: <i>"Quick, let's find some shelter!"</i><br>
[They find a tree to stand under]<br>
Peppa: <i>"I love picnics, even in the rain!"</i><br>
Mummy Pig: <i>"Me too, Peppa. It's an adventure!"</i><br>
Daddy Pig: <i>"And we can still enjoy our food!"</i><br>
[They have their picnic under the tree]<br>
Peppa: <i>"This is the best picnic ever!"</i><br>
Mummy Pig: <i>"I'm glad you're having fun, Peppa."</i><br>
</p>
<h2>Trivia</h2>
<ul>
<li>Peppa loves going on picnics.</li>
<li>Daddy Pig enjoys picnics as well.</li>
<li>The family goes to the park.</li>
<li>They feed the ducks at the duck pond.</li>
<li>It starts to rain during their picnic.</li>
<li>They find shelter under a tree.</li>
<li>Despite the rain, they continue their picnic.</li>
<li>Peppa thinks it's the best picnic ever.</li>
</ul>
<h2>Error/Goof</h2>
<p>3. Mummy Pig says, <i>"Look at all the ducks!"</i> instead of <i>"Look at all the geese!"</i></p>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!