mirror of
https://github.com/t404owo/t404null.git
synced 2025-12-12 18:08:47 +00:00
Link fix etc.
This commit is contained in:
261
release/A_Lake_With_Endless_Stars/index.html
Normal file
261
release/A_Lake_With_Endless_Stars/index.html
Normal file
@@ -0,0 +1,261 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>t404:null | A Lake With Endless Stars</title>
|
||||
<meta name="description"
|
||||
content="”A Lake with Endless Stars” is the first song in 2023 from t404:null and is realeased at 9.4.2023 on Soundcloud, YouTube and Bandcamp and 9.5.2023 on distrubution platforms.
|
||||
The track is also a part of a fanmade event named ”Fanmade of Fighters”.
|
||||
Available on:
|
||||
YouTube
|
||||
Soundcloud
|
||||
Bandcamp,
|
||||
Spotify
|
||||
and more...">
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/x-icon"
|
||||
href="https://cdn.glitch.global/2d9e31c1-a947-46cd-9fd2-8c92be70abe2/t404_null%20Icon.png"
|
||||
/>
|
||||
<link rel="stylesheet" type="text/css" href="/assets/css/main.css" />
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<ul class="menu">
|
||||
<li>
|
||||
<a href="/">
|
||||
<img
|
||||
src="https://cdn.glitch.global/f594d6b7-e72e-477c-b5cb-d71abbd39f44/logo.png?v=1716494259675"
|
||||
alt="t404:null"
|
||||
/>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<div class="vertical-line"></div>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/">
|
||||
<p>
|
||||
<strong>Home</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/release">
|
||||
<p>
|
||||
<strong>Releases</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/activity">
|
||||
<p>
|
||||
<strong>Activities</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/song_usage_terms">
|
||||
<p>
|
||||
<strong>Terms of Use</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/about_me">
|
||||
<p>
|
||||
<strong>About Me</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="menu-item">
|
||||
<a href="/contacts">
|
||||
<p>
|
||||
<strong>My Contacts</strong>
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
<div></div>
|
||||
<ul id="social">
|
||||
<li class="social">
|
||||
<a href="https://youtube.com/@t404_null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://x.com/t404_null">
|
||||
<p>𝕏</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://t404null.bandcamp.com/">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/">
|
||||
<p class="nf-icons">󰓇</p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://music.apple.com/artist/t404-null/1583561849">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://soundcloud.com/t404null">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li class="social">
|
||||
<a href="https://discord.gg/YJmkAFbKFX">
|
||||
<p class="nf-icons"></p>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<button
|
||||
class="burger"
|
||||
onclick="this.classList.toggle('open');
|
||||
document.querySelector('.dropdown').classList.toggle('dropdown-open');"
|
||||
>
|
||||
<div id="hamburger">
|
||||
<span></span>
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
<div id="cross">
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</button>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="dropdown">
|
||||
<div class="dropdown-menu">
|
||||
<a href="/">
|
||||
<p>
|
||||
<strong>Home</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/release">
|
||||
<p>
|
||||
<strong>Releases</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/activity">
|
||||
<p>
|
||||
<strong>Activities</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/song_usage_terms">
|
||||
<p>
|
||||
<strong>Terms of Use</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/about_me">
|
||||
<p>
|
||||
<strong>About Me</strong>
|
||||
</p>
|
||||
</a>
|
||||
<a href="/contacts">
|
||||
<p>
|
||||
<strong>My Contacts</strong>
|
||||
</p>
|
||||
</a>
|
||||
</div>
|
||||
<hr class="dropdown-menu" />
|
||||
<div class="dropdown-social">
|
||||
<p>
|
||||
<a href="https://youtube.com/@t404_null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Youtube</strong>
|
||||
</a>
|
||||
<a href="https://x.com/t404_null">
|
||||
<span class="icons"> 𝕏 </span>
|
||||
<strong class="social-name">X/Twitter</strong>
|
||||
</a>
|
||||
<a href="https://t404null.bandcamp.com/">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Bandcamp</strong>
|
||||
</a>
|
||||
<a href="https://open.spotify.com/artist/7jNOPuWk28EUX69mrp4ITL/">
|
||||
<span class="icons nf-icons">󰓇</span>
|
||||
<strong class="social-name">Spotify</strong>
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
<a href="https://music.apple.com/artist/t404-null/1583561849">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Apple Music</strong>
|
||||
</a>
|
||||
<a href="https://soundcloud.com/t404null">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">SoundCloud</strong>
|
||||
</a>
|
||||
<a href="https://discord.gg/YJmkAFbKFX">
|
||||
<span class="icons nf-icons"></span>
|
||||
<strong class="social-name">Discord</strong>
|
||||
</a>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<main>
|
||||
<div
|
||||
class="release-track"
|
||||
style="
|
||||
background-image: url(https://cdn.glitch.global/2d9e31c1-a947-46cd-9fd2-8c92be70abe2/A_Lake_With_Endless_Stars.png);
|
||||
background-size: cover;
|
||||
background-position: center;
|
||||
"
|
||||
>
|
||||
<div class="text-box">
|
||||
<h1 class="title">
|
||||
<strong>A Lake with Endless Stars</strong>
|
||||
</h1>
|
||||
<p class="description">
|
||||
"Under the coruscating night sky, gaze into the kaleidoscopic
|
||||
waters..."
|
||||
</p>
|
||||
<div class="long-break"></div>
|
||||
<p class="description">
|
||||
"A Lake with Endless Stars" is the first song in 2023 from t404:null
|
||||
and is realeased at 9.4.2023 on Soundcloud, YouTube and Bandcamp and
|
||||
9.5.2023 on distrubution platforms.
|
||||
</p>
|
||||
<p>
|
||||
<br />Available on: <br />
|
||||
<a href="https://youtu.be/zutjmeOELoA" class="text-primary"
|
||||
>YouTube</a
|
||||
>
|
||||
<br />
|
||||
<a
|
||||
href="https://m.soundcloud.com/t404null/a-lake-with-endless-stars"
|
||||
class="text-primary"
|
||||
>Soundcloud</a
|
||||
>
|
||||
<br />
|
||||
<a
|
||||
href="https://t404null.bandcamp.com/track/a-lake-with-endless-stars"
|
||||
class="text-primary"
|
||||
>Bandcamp</a
|
||||
>
|
||||
<br />
|
||||
<a
|
||||
href="https://music.apple.com/us/album/a-lake-with-endless-stars-single/1686073588"
|
||||
class="text-primary"
|
||||
>Itunes / Apple Music</a
|
||||
>
|
||||
<br />
|
||||
<a
|
||||
href="https://open.spotify.com/album/2zRZ033WRAaoA33Q0x1Cin"
|
||||
class="text-primary"
|
||||
>Spotify</a
|
||||
>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
<div class="footer">© t404:null 2021-2024 - All Rights Reserved</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user