(align:"==><===")[(text-rotate-y:11)+(text-rotate-z:343)[PLAY WITH HEADPHONES!]]
-> [[OK!]]''Whats Your (text-colour:purple)[NAME?]''
[[???...]]''Are You(text-colour:lime)[ Alone?]''
[[Yes]] --- [[No->Yes?]]<!-- Background audio -->
<audio id="bgMusic" autoplay>
<source src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/crazy-realistic-knocking-sound-trim.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<!-- Red warning text -->
(text-colour:red)[ARE YOU SURE !?]
<!-- Choices -->
(text-colour:red)[[Yes?]] --- (text-colour:red)[[[No?->Yes?]]]''Would You Say You Know Your (text-colour:blue)[Surroundings?]''
(text-colour:green)[[i'd say so->umm no?]] --- (text-colour:yellow)[[umm no?]]<!-- Background audio -->
<audio id="bgMusic" autoplay>
<source src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/Doorway_Groan.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<!-- Red warning text -->
''Are You Answering(text-colour:magenta)[ Truthfully]''
<!-- Choices -->
(text-colour:cyan)[[yes]] --- (text-colour:purple)[ [[no->yes]]]<div style="text-align:center; margin-top:20px;">
<video id="horrorVideo" width="960" height="540" autoplay playsinline style="display:block; margin:0 auto;">
<source src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/videoplayback%20(1).mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<div style="text-align:center; margin-top:10px;">
<button id="startBtn">Start Video with Audio</button>
<button id="skipBtn">Skip Video</button>
<p id="continueOption" style="display:none;">
[[Continue->NextPassage]]
</p>
</div>
<script>
var vid = document.getElementById('horrorVideo');
var continueLink = document.getElementById('continueOption');
var startBtn = document.getElementById('startBtn');
var skipBtn = document.getElementById('skipBtn');
// Start video with audio on click
startBtn.onclick = function() {
vid.play();
startBtn.style.display = 'none';
};
// Show continue option when video ends
vid.onended = function() {
continueLink.style.display = 'block';
};
// Skip video immediately
skipBtn.onclick = function() {
vid.pause();
continueLink.style.display = 'block';
startBtn.style.display = 'none';
};
</script>
Hello?
[[hello?]] <!-- Background audio -->
<audio id="bgMusic" autoplay>
<source src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/crazy-realistic-knocking-sound-trim.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
''(text-colour:red)[open the door]''
[[no!]] [[ok!->no!]]<div style="text-align:center; margin-top:20px;">
<!-- Display image -->
<img src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/white-Photoroom%20(3).jpg"
alt="White Photoroom" width="960" height="540" style="display:block; margin:0 auto;">
</div>
<div style="text-align:center; margin-top:10px;">
<!-- Play audio -->
<audio autoplay>
<source src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/ssstik.io_1759170197901.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
</div>
<div style="text-align:center; margin-top:10px;">
<!-- Continue link -->
<p>
[[Continue->Untitled Passage 1]]
</p>
</div>
<!-- Background audio -->
<audio id="bgMusic" autoplay>
<source src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/footsteps-stairs-fast-90220.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<!-- Image -->
<img src="https://raw.githubusercontent.com/rockinrowan2011-droid/hgfh/main/OIP%20(8).webp" alt="Scary Image" style="max-width:100%; height:auto; display:block; margin:20px auto;">
''...''
[[...]]Are you safe?
[[no]] [[no]]wrong
are you safe
[[.]]demo complete come back later for more updates!
[[got it!->Untitled Passage]]