-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontent.html
48 lines (45 loc) · 2.41 KB
/
content.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="img/logoW.png" type="image/x-icon">
<link rel="stylesheet" href="css/style.css">
<title>Mizu makes content</title>
</head>
<body>
<div class="topnav">
<div class="navlinks">
<a href="/index.html" class="tab">home</a>
<a href="https://rexxt.github.io/weblog/" class="tab">weblog</a>
<a href="/links.html" class="tab">links</a>
<a href="#" class="tab-sel">content</a>
<a href="/credits.html" class="tab">credits</a>
</div>
<div class="socials">
<a href="https://discord.gg/AADZUmgsph"><img src="img/Discord.png" alt="Discord Logo"></a>
<a href="https://twitter.com/Mizu_Teto"><img src="img/Twitter.png" alt="Twitter Logo"></a>
<a href="https://www.reddit.com/u/MizuOfficial"><img src="img/Reddit.png" alt="Reddit Logo"></a>
<a href="https://github.com/Rexxt"><img src="img/Github.png" alt="Github Logo"></a>
<a href="https://www.youtube.com/channel/UCK3fIE6e1NAoLfgreA0nIyg"><img src="img/Youtube.png" alt="Youtube Logo"></a>
</div>
</div>
<div class="header">
<p>french software developer and designer<br>
open-source addict<br>
contributor to <a href="https://t-sp.in/cambridge" class="side-link">cambridge</a>, <a href="https://github.com/Rexxt/blazenet" class="side-link">blazenet</a>, <a href="https://getpapillon.xyz" class="side-link">papillon</a> and <a href="https://github.com/Rexxt/tifm" class="side-link">tifm</a></p>
</div>
<div class="contents">
<div class="text-group">
<h1>youtube</h1>
<iframe width="90%" height="315" src="https://www.youtube.com/embed/4C6yHk7UW88" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="text-group">
<h1>etterna charts</h1>
<p>i'm resqponsible for the hot garbage that is the <a href="https://rexxt.github.io/comett">comett (<b>com</b>munity <b>ett</b>erna) etterna chart pack</a>.</p>
</div>
</div>
<script src="palettes.js"></script>
</body>
</html>