GitHub.com
tcp/443 tcp/80
Open service 185.199.110.153:443 · www.lanacat.com
2026-02-06 13:39
HTTP/1.1 200 OK
Connection: close
Content-Length: 5939
Server: GitHub.com
Content-Type: text/html; charset=utf-8
Last-Modified: Wed, 18 Jun 2025 03:25:51 GMT
Access-Control-Allow-Origin: *
ETag: "685231bf-1733"
expires: Fri, 06 Feb 2026 13:49:27 GMT
Cache-Control: max-age=600
x-proxy-cache: MISS
X-GitHub-Request-Id: 2D46:E5A66:9FA0FA:A9A563:6985EF0F
Accept-Ranges: bytes
Date: Fri, 06 Feb 2026 13:39:27 GMT
Via: 1.1 varnish
Age: 0
X-Served-By: cache-yyz4533-YYZ
X-Cache: HIT
X-Cache-Hits: 1
X-Timer: S1770385167.209320,VS0,VE2
Vary: Accept-Encoding
X-Fastly-Request-ID: 9c7eec604490222d96b63d68a3045af7f45e7962
Page title: lanacat.com
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>lanacat.com</title>
<link rel="preconnect" href="https://rsms.me/">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css"> <link rel="stylesheet" href="style.css" />
</head>
<body>
<img id="custom-cursor" src="images/normal.gif" alt="custom cursor" />
<audio id="music" src="audio/rinsed.mp3" preload="auto"></audio>
<div id="landing-page">
<div class="landing-content">
<p class="click-to-enter">click to enter</p>
<img id="landing-lana" src="images/lanapixelicon.png" alt="Lana icon">
<p class="landing-title">lanacat.com</p>
</div>
</div>
<div class="music-box">
<div class="top-row-player">
<img id="album-cover" src="images/albumcover.jpeg" alt="album cover" />
<div class="song-info-and-progress">
<p id="song-title">rinsed.mp3</p>
<div class="progress-container">
<div class="progress-bar"></div>
</div>
</div>
</div>
<div class="music-controls">
<button id="back-button" type="button">
<img src="images/back.png" alt="Back 5 seconds" />
</button>
<button id="play-pause-button" type="button">
<img src="images/play.png" alt="Play/Pause" />
</button>
<button id="forward-button" type="button">
<img src="images/forward.png" alt="Forward 5 seconds" />
</button>
</div>
</div>
<div id="home-page" class="hidden">
<main class="page-content">
<img src="images/lanapixelicon.png" alt="lana cat sticker" class="lana-sticker" />
<header class="site-header">
<h1 id="site-title">lanacat.com</h1>
</header>
<section class="intro-section">
<h2>hello... i'm adrianna</h2>
<p>
i'm a cognitive sciences student with an interest in design, data, and their connections and applications.
this site is being slowly built to explore what i can make that is thoughtful, functional, and mine.
</p>
</section>
</main>
</div>
<script>
const cursor = document.getElementById("custom-cursor");
const cursorImages = {
default: 'images/normal.gif',
pointer: 'images/linkselect.gif',
precisionSelect: 'images/precisionselect.gif',
};
cursor.src = cursorImages.default;
document.addEventListener("mousemove", (e) => {
cursor.style.left = e.pageX + "px";
cursor.style.top = e.pageY + "px";
});
const pointerElements = document.querySelectorAll('button, a');
pointerElements.forEach(element => {
element.addEventListener('mouseenter', () => {
cursor.src = cursorImages.pointer;
});
element.addEventListener('mouseleave', () => {
cursor.src = cursorImages.default;
});
});
const progressBarElement = document.querySelector('.progress-container');
if (progressBarElement) {
progressBarElement.addEventListener('mouseenter', () => {
cursor.src = cursorImages.precisionSelect;
});
progressBarElement.addEventListener('mouseleave', () => {
cursor.src = cursorImages.default;
});
}
const music = document.getElementById("music");
const playPauseBtn = document.getElementById("play-pause-button");
const backBtn = document.getElementById("back-button");
const forwardBtn = document.getElementById("forward-button");
const progressContainer = document.querySelector('.progress-container');
const progressBar = document.querySelector('.progress-ba
Open service 2606:50c0:8001::153:80 · www.lanacat.com
2026-02-06 13:39
HTTP/1.1 301 Moved Permanently Connection: close Content-Length: 162 Server: GitHub.com Content-Type: text/html Location: https://www.lanacat.com/ X-GitHub-Request-Id: 475C:1B7E14:119945F:11CDCFE:6985EF0A Accept-Ranges: bytes Date: Fri, 06 Feb 2026 13:39:27 GMT Via: 1.1 varnish Age: 0 X-Served-By: cache-rtm-ehrd2290044-RTM X-Cache: HIT X-Cache-Hits: 1 X-Timer: S1770385167.237473,VS0,VE19 Vary: Accept-Encoding X-Fastly-Request-ID: f01ec67e2b11b076f6f34d485a9d6d11d9032127 Page title: 301 Moved Permanently <html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx</center> </body> </html>