Peppa Pig
About this app
Peppa Pig (also known as Peppa and Peppa - Hip hip hurrà per Peppa!) is one of two Italian dubs of the show of the same name. It has previously aired on Nickelodeon and Disney Junior, and it is currently airing on Rai Yoyo; it is also available online on Disney+.
Peppa Pig Peppa Pig Show View App View the details of the Peppa Pig show in different languages. View Show Trivia and Goof App Test your knowledge about Peppa Pig with trivia questions and discover fun goofs from the show. Play Trivia & Goof
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>Peppa Pig</title>
<meta name="description" content="Peppa Pig (also known as Peppa and Peppa - Hip hip hurrà per Peppa!) is one of two Italian dubs of the show of the same name. It has previously aired on Nickelodeon and Disney Junior, and it is currently airing on Rai Yoyo; it is also available online on Disney+.">
<meta name="keywords" content="Peppa Pig, Italian dub, Nickelodeon, Disney Junior, Rai Yoyo, Disney+">
<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">
<style>
body {
background-color: #F8F8F8;
font-family: 'Open Sans', sans-serif;
}
.container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #FF4081;
text-align: center;
margin-bottom: 30px;
}
.card {
background-color: #FFFFFF;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
padding: 20px;
margin-bottom: 20px;
}
.card-title {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
}
.card-list {
list-style: none;
padding: 0;
margin: 0;
}
.card-list li {
margin-bottom: 5px;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Peppa Pig</h1>
<div class="card">
<h2>Show View App</h2>
<p>View the details of the Peppa Pig show in different languages.</p>
<button class="btn btn-primary" onclick="showViewApp()">View Show</button>
</div>
<div class="card">
<h2>Trivia and Goof App</h2>
<p>Test your knowledge about Peppa Pig with trivia questions and discover fun goofs from the show.</p>
<button class="btn btn-primary" onclick="triviaAndGoofApp()">Play Trivia & Goof</button>
</div>
</div>
<script type="text/javascript">
function showViewApp() {
window.location.href = "show-view-app.html";
}
function triviaAndGoofApp() {
window.location.href = "trivia-goof-app.html";
}
</script>
</body>
</html>
NEW APPS
These are apps made by the community!