CRASH!
About this app
Interact with CRASH!
CRASH! CRASH! Click here to watch the original! 👀 Click here for music! 🎵 Click here to watch the animation created by Sam and Raj CRASH! 🎬 About 📖
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>CRASH!</title>
<meta name="description" content="Interact with CRASH!">
<meta name="keywords" content="interactive, fun, CRASH!">
<link href="https://fonts.googleapis.com/css2?family=Komika+Text&display=swap" rel="stylesheet">
<style>
/* App CSS Goes Here */
#main-container {
display: grid;
grid-template-columns: 1fr 1fr;
grid-template-rows: 1fr 1fr;
gap: 2em;
justify-items: center;
align-items: center;
height: 100vh;
font-family: 'Komika Text', cursive;
background: linear-gradient(to bottom right, #f09, #301);
color: white;
}
h1 {
grid-column: span 2;
text-align: center;
}
.btn {
padding: 1em;
border-radius: 10px;
border: none;
background: #fc0;
color: #000;
cursor: pointer;
transition: background 0.3s;
}
.btn:hover {
background: #f90;
}
</style>
<script type="text/javascript">
try {
// App Javascript Goes Here. Place your entire script content inside the try block for error handling.
function openLink(url) {
window.open(url, '_blank');
}
function showAbout() {
alert("Thanks to Shopkins and Num Noms for doing this possible!");
}
// 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>
</head>
<body>
<div id="main-container" class="container">
<!-- App HTML Goes Here -->
<h1>CRASH!</h1>
<button class="btn" onclick="openLink('https://www.youtube.com/watch?v=FBpyW4Iel8g')">Click here to watch the original! 👀</button>
<button class="btn" onclick="openLink('https://www.youtube.com/watch?v=19n09Rc6K00')">Click here for music! 🎵</button>
<button class="btn" onclick="openLink('https://www.youtube.com/watch?v=19n09Rc6K00')">Click here to watch the animation created by Sam and Raj CRASH! 🎬</button>
<button class="btn" onclick="showAbout()">About 📖</button>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!