comicsite/graveyard/welcome_backup.html
etherware-novice 8d353ea284
Some checks failed
Deploy to neocities / deploy (push) Has been cancelled
dumping everything that wasnt saved before i delete this folder
2025-07-28 20:47:54 -05:00

133 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>candys entrance</title>
<style>
#background {
position: fixed;
width: 100%; height: 100%;
left: 0; right: 0; top: 0; bottom: 0;
z-index: -99;
image-rendering: pixelated;
background-image: url('https://abslimeware.neocities.org/assets/images/decor/entrancebg.png');
background-repeat: no-repeat;
background-size: cover;
}
#cpulink {
position: absolute;
left: 30vw;
bottom: 30vh;
padding-top: 4vh;
height: 18vh;
overflow: hidden
}
#cpulink>img { height: 25vh; image-rendering: pixelated }
#shine {
height: 150vh;
width: 128px;
background: linear-gradient(90deg, transparent, rgb(150, 132, 23), transparent);
mix-blend-mode: screen;
position: absolute;
top: -10vh; left: 35vw;
z-index: 5;
pointer-events: none;
}
p {
padding: 10px;
background-color: white;
max-width: 40vw;
position: absolute;
font-family: "DOS";
}
@font-face {
font-family: "DOS";
src: url("https://abslimeware.neocities.org/assets/font/oldschool_pc/ttf - Px (pixel outline)/Px437_HP_100LX_6x8.ttf") format('truetype');
}
</style>
</head>
<body>
<div id="background">
<div id="shine" class="swing"></div>
</div>
<a href="https://abslimeware.neocities.org" id="cpulink">
<img src="https://abslimeware.neocities.org/assets/images/decor/entrancecpu.png" class="bobbing">
</a>
<p class="tossing marquee" style="overflow: hidden; right: 20vw; top: 10vh;"><span>
while exploring the forest, you stumble upon a strange looking pond
containing an old pc.. despite the lack of cables, it seems to be running.
jump in? y/n
</span></p>
</body>
</html>