some small updates

This commit is contained in:
lotte 2023-10-29 14:59:50 +01:00
parent 80c9243918
commit d22506c179
3 changed files with 1 additions and 50 deletions

View File

@ -62,7 +62,7 @@
</p>
<p>
<span class="zelda">fedi</span> ~ <a class="https://kittycat.homes/@comfortlotte"
<span class="zelda">fedi</span> ~ <a href="https://kittycat.homes/@comfortlotte"
class="link">@comfortlotte@kittycat.homes</a>
</p>

View File

@ -28,8 +28,6 @@
<li><a href="music" class="link">music</a></li>
<li><a href="photography" class="link">photography</a></li>
<li><a href="things" class="link">other things</a></li>
<li><a href="videos" class="link">videos</a></li>
<li><a href="streams" class="link">streams</a></li>
</ul>
</div>
<script src="/assets/script.js"></script>

View File

@ -1,47 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="/assets/stylesheet.css" />
<title>~videos~</title>
<meta charset="UTF-8" name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="shortcut icon" type="image/png" href="/assets/favicon.png" />
</head>
<body style="padding-bottom: 400px">
<h1 class="title"><a href="/">~</a>/<a href="/made">made</a>/</h1>
<h1 class="box-title title title-emphasis">VIDEOS</h1>
<div class="box">
<p>sometimes i make videos!</p>
</div>
<h2 class="title box-title">latest video</h2>
<iframe class="box" style="aspect-ratio: 16 / 9" src="https://www.youtube.com/embed/hFDCCNGXlHM"
allowfullscreen></iframe>
<h2 class="title box-title">my channels</h2>
<h3 class="box-title title sub-title">~ comfortlotte (main channel)</h3>
<div class="box">
<p>
this is the channel where i upload my edited videos of my streams on
twitch! <br />
sometimes i upload other things too,
</p>
<p style="font-size: 70%">
<a href="https://www.youtube.com/channel/UCVnqur7UOjyHw8T1rhBYsJw" class="link">link</a>
</p>
</div>
<h3 class="box-title title sub-title">~ infinitelotte (vods channel)</h3>
<div class="box">
<p>this is the channel where i upload full streams!</p>
<p style="font-size: 70%">
<a href="https://www.youtube.com/channel/UCMSEOEdwsXwwVrEONVEHbhA" class="link">link</a>
</p>
</div>
<script src="/assets/script.js"></script>
</body>
</html>