2024-07-20 17:09:22 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>infinifi</title>
|
2024-07-20 21:18:41 +01:00
|
|
|
<link rel="stylesheet" href="/style.css">
|
2024-07-23 17:20:08 +01:00
|
|
|
|
|
|
|
<meta name="twitter:card" content="summary"></meta>
|
|
|
|
<meta name="twitter:site" content="@kennethnym"></meta>
|
|
|
|
<meta name="twitter:title" content="infinifi"></meta>
|
|
|
|
<meta name="twitter:description" content="infinite lo-fi beats in the background"></meta>
|
2024-07-20 17:09:22 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-07-21 00:22:05 +01:00
|
|
|
<div class="container">
|
|
|
|
<main>
|
|
|
|
<h1 class="header">infinifi</h1>
|
|
|
|
<h2>infinite lo-fi music in the background</h2>
|
|
|
|
<div class="button-container">
|
|
|
|
<button id="play-btn" class="button">play</button>
|
|
|
|
</div>
|
2024-07-21 21:39:29 +01:00
|
|
|
<div class="volume-slider-container">
|
|
|
|
<output id="current-volume-label" for="volume-slider">100%</output>
|
|
|
|
<input id="volume-slider" type="range" min="0" max="100" step="1" />
|
|
|
|
</div>
|
2024-07-21 00:22:05 +01:00
|
|
|
</main>
|
2024-07-21 15:00:56 +01:00
|
|
|
<img class="cat" src="/images/cat-0.png"></img>
|
|
|
|
<img class="eeping-cat" src="/images/eeping-cat.png"></img>
|
2024-07-21 00:22:05 +01:00
|
|
|
</div>
|
2024-07-22 12:56:00 +01:00
|
|
|
|
|
|
|
<footer>
|
|
|
|
<span>made by kennethnym <3 · </span>
|
|
|
|
<a href="https://github.com/kennethnym/infinifi">github</a>
|
|
|
|
</footer>
|
|
|
|
|
2024-07-21 15:00:56 +01:00
|
|
|
<canvas id="bg"></canvas>
|
2024-07-22 12:56:00 +01:00
|
|
|
|
2024-07-21 15:00:56 +01:00
|
|
|
<script type="text/javascript" src="/bg.js"></script>
|
2024-07-20 17:09:22 +01:00
|
|
|
<script type="text/javascript" src="/script.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|