JunyTony Horário na Globo
About this app
Confira o horário do programa JunyTony na Globo de segunda a sábado.
JunyTony Horário na Globo JunyTony Horário na Globo
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 Horário na Globo</title>
<meta name="description" content="Confira o horário do programa JunyTony na Globo de segunda a sábado.">
<meta name="keywords" content="JunyTony, Globo, horário, programa, televisão">
<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">
<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() {
// Get the current day of the week
var today = new Date();
var dayOfWeek = today.getDay();
// Define the schedule for each day of the week
var schedule = {
0: "Não há exibição do JunyTony aos domingos",
1: "JunyTony: 20:00 - 21:00",
2: "JunyTony: 19:30 - 20:30",
3: "JunyTony: 21:00 - 22:00",
4: "JunyTony: 18:30 - 19:30",
5: "JunyTony: 22:00 - 23:00",
6: "JunyTony: 20:30 - 21:30"
};
// Get the schedule for the current day
var currentSchedule = schedule[dayOfWeek];
// Display the schedule on the page
var scheduleContainer = document.getElementById("schedule");
scheduleContainer.innerHTML = currentSchedule;
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
background-color: #f8f9fa;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 600px;
margin: 0 auto;
padding: 20px;
}
h1 {
color: #333;
text-align: center;
margin-bottom: 20px;
}
p {
color: #555;
text-align: center;
font-size: 18px;
}
.schedule {
background-color: #fff;
border-radius: 10px;
padding: 20px;
margin-bottom: 20px;
}
.schedule p {
margin: 0;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>JunyTony Horário na Globo</h1>
<div class="schedule">
<p id="schedule"></p>
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!