Nabnaleena
About this app
Nabnaleena Nabnaleena Nabnaleena Nabnaleena’s appearance is almost identical to Nabnab's. Like him, she's a 4 legged spider-like monster with three eyes and a large mouth full of sharp teeth. However, her skin is black instead of blue like Nabnab's. She wears a green bow that tilts off of the left side of her head. He hasn't got a tongue. Tips: To fix the buttons in the mini-game, use the Drone to activate the buttons around the room and change the screen to its rightful drop color. Inject Givanium into Nabnaleena six times to proceed. Trivia: Nabnaleena makes her first appearance in the Medical Center in Garten of Banban 3-5. After completing the mini-game, a door will open, rewarding the player the audio disk. Nabnaleena will then be seen peeking out of the door leading to the hallway, retreating behind the doorway when approached. She later crawls on the ceiling and meets Nabnab in the Jumbo Room. Goofs/Errors: None known.
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>Nabnaleena</title>
<meta name="description" content="Nabnaleena's appearance and gameplay in Garten of Banban 3-5">
<meta name="keywords" content="Nabnaleena, character, gameplay, Garten of Banban">
<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-16886690832871";
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>
<style>
body {
background-color: #f7f7f7;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 800px;
margin: 0 auto;
padding: 40px 20px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
h1 {
font-size: 24px;
font-weight: bold;
margin-bottom: 20px;
color: #333;
}
.character-card {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.character-image {
width: 150px;
height: 150px;
border-radius: 50%;
background-color: #000;
margin-right: 20px;
}
.character-details {
flex-grow: 1;
}
.character-name {
font-size: 20px;
font-weight: bold;
margin-bottom: 10px;
color: #333;
}
.character-description {
font-size: 16px;
color: #666;
margin-bottom: 10px;
}
.character-tips {
font-size: 16px;
color: #666;
margin-bottom: 10px;
}
.character-trivia {
font-size: 16px;
color: #666;
margin-bottom: 10px;
}
.character-goofs-errors {
font-size: 16px;
color: #666;
}
</style>
</head>
<body>
<div id="main-container" class="container">
<h1>Nabnaleena</h1>
<div class="character-card">
<div class="character-image"></div>
<div class="character-details">
<div class="character-name">Nabnaleena</div>
<div class="character-description">
Nabnaleena’s appearance is almost identical to Nabnab's. Like him, she's a 4 legged spider-like monster with three eyes and a large mouth full of sharp teeth. However, her skin is black instead of blue like Nabnab's. She wears a green bow that tilts off of the left side of her head. He hasn't got a tongue.
</div>
</div>
</div>
<div class="character-tips">
<strong>Tips:</strong> To fix the buttons in the mini-game, use the Drone to activate the buttons around the room and change the screen to its rightful drop color. Inject Givanium into Nabnaleena six times to proceed.
</div>
<div class="character-trivia">
<strong>Trivia:</strong> Nabnaleena makes her first appearance in the Medical Center in Garten of Banban 3-5. After completing the mini-game, a door will open, rewarding the player the audio disk. Nabnaleena will then be seen peeking out of the door leading to the hallway, retreating behind the doorway when approached. She later crawls on the ceiling and meets Nabnab in the Jumbo Room.
</div>
<div class="character-goofs-errors">
<strong>Goofs/Errors:</strong> None known.
</div>
</div>
</body>
</html>
NEW APPS
These are apps made by the community!