Outbreak at Stake
About this app
Outbreak at Stake - A thrilling competition with challenges and eliminations.
Outbreak at Stake Outbreak at Stake Challenge 1 Duration: 3 days Winner(s): Team A Loser(s): Team B Death(s): 2 Rejoined/Eliminated: Team C Left elimination place: 5th Entered elimination place: 1st Winner(s): Team A Team A Team B Team C Challenge 2 Duration: 2 days Winner(s): Team B Loser(s): Team A Death(s): 1 Rejoined/Eliminated: Team C Left elimination place: 3rd Entered elimination place: 2nd Winner(s): Team B Team B Team A Team C Cake at Stake Release date in TPOT 9: TBA
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>Outbreak at Stake</title>
<meta name="description" content="Outbreak at Stake - A thrilling competition with challenges and eliminations.">
<meta name="keywords" content="Outbreak at Stake, competition, challenges, eliminations">
<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() {
});
} catch (error) {
// This will throw the error to the parent window.
throw error;
}
</script>
<style>
/* App CSS Goes Here */
body {
background-color: #f2f2f2;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
h1 {
text-align: center;
color: #333333;
}
.challenge {
margin-bottom: 20px;
padding: 20px;
background-color: #ffffff;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.challenge .challenge-title {
font-size: 24px;
font-weight: bold;
margin-bottom: 10px;
}
.challenge .challenge-details {
color: #666666;
font-size: 14px;
margin-bottom: 20px;
}
.challenge .challenge-winner {
color: #00cc66;
font-weight: bold;
}
.challenge .challenge-loser {
color: #ff0000;
font-weight: bold;
}
.challenge .challenge-results {
margin-top: 20px;
}
.challenge .challenge-results-list {
list-style-type: none;
padding: 0;
}
.challenge .challenge-results-list li {
margin-bottom: 5px;
}
.cake-at-stake {
margin-top: 40px;
text-align: center;
}
.cake-at-stake .cake {
color: #ff9900;
font-size: 24px;
margin-bottom: 10px;
}
.cake-at-stake .release-date {
color: #666666;
font-size: 14px;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Outbreak at Stake</h1>
<div class="challenge">
<div class="challenge-title">Challenge 1</div>
<div class="challenge-details">
Duration: 3 days<br>
Winner(s): Team A<br>
Loser(s): Team B<br>
Death(s): 2<br>
Rejoined/Eliminated: Team C<br>
Left elimination place: 5th<br>
Entered elimination place: 1st
</div>
<div class="challenge-results">
<div class="challenge-winner">Winner(s): Team A</div>
<ul class="challenge-results-list">
<li>Team A</li>
<li>Team B</li>
<li>Team C</li>
</ul>
</div>
</div>
<div class="challenge">
<div class="challenge-title">Challenge 2</div>
<div class="challenge-details">
Duration: 2 days<br>
Winner(s): Team B<br>
Loser(s): Team A<br>
Death(s): 1<br>
Rejoined/Eliminated: Team C<br>
Left elimination place: 3rd<br>
Entered elimination place: 2nd
</div>
<div class="challenge-results">
<div class="challenge-winner">Winner(s): Team B</div>
<ul class="challenge-results-list">
<li>Team B</li>
<li>Team A</li>
<li>Team C</li>
</ul>
</div>
</div>
<div class="cake-at-stake">
<div class="cake">Cake at Stake</div>
<div class="release-date">Release date in TPOT 9: TBA</div>
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!