mirror of
https://github.com/xelframe/catmpeg.github.io.git
synced 2026-04-17 19:13:24 +03:00
da
This commit is contained in:
parent
68901563b2
commit
5c5c9e404f
2 changed files with 52 additions and 44 deletions
70
index.html
70
index.html
|
|
@ -10,45 +10,47 @@
|
|||
<link rel="stylesheet" href="assets/styles.css">
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1 class="title">
|
||||
<h1 class="title">
|
||||
<img src="assets/avatar.jpg" width="82" alt="avatar xd"> xelframe home page
|
||||
<br>(bhzrd_, semkapc, catmpeg)
|
||||
</h1>
|
||||
<h2>About me:</h2>
|
||||
<h3>hello, my online name is xelframe.</h3>
|
||||
<h3>i enjoy playing various games and listening to music.</h3>
|
||||
<h3>like the aesthetics of the 2000s, for example, frituger aero and others.</h3>
|
||||
<h3>some of my favorite games are garry's mod, half-life 1 & 2, ddnet, minecraft.</h3>
|
||||
<h3>=^.^=</h3>
|
||||
<h2>Socials:</h2>
|
||||
<div class="blocks">
|
||||
<div class="block">Discord: xelframe</div>
|
||||
<div class="block">Telegram: <a href="/telegram">xelframe</a></div>
|
||||
<div class="block">Github: <a href="/github">xelframe</a></div>
|
||||
<div class="block">Steam: <a href="/steam">xelframe</a></div>
|
||||
<div class="block">YouTube: <a href="/youtube">xelframe</a></div>
|
||||
<div class="block">Last.fm: <a href="/lastfm">xelframe</a></div>
|
||||
</div>
|
||||
<h2>My friends:</h2>
|
||||
<div class="blocks">
|
||||
<div class="block">Cat.: <a href="https://cat8753.ru">cat8753.ru</a></div>
|
||||
<div class="block">ShadowCj: <a href="https://shadowcj.site">shadowcj.site</a></div>
|
||||
<div class="block">HonakAC: <a href="https://honakac.r2squad.ru">honakac.r2squad.ru</a></div>
|
||||
<div class="block">Tolya Gosuslugi: <a href="https://tolya1337.ru">tolya1337.ru</a></div>
|
||||
<div class="block">OctoBanon: <a href="https://octobanon.com">octobanon.com</a></div>
|
||||
</div><br>
|
||||
<label for="mybutton">My button:</label>
|
||||
<textarea id="mybutton" readonly>
|
||||
<a href="https://cat.fs.tlpteam.ru"><img src="https://cat.fs.tlpteam.ru/xelframe88.png" alt="xelframe"></a>
|
||||
</textarea>
|
||||
<br>
|
||||
<a href="https://cat.fs.tlpteam.ru"><img src="xelframe88.png" alt="xelframe"></a>
|
||||
</h1>
|
||||
<main>
|
||||
<hr width="100%">
|
||||
<h2>About me:</h2>
|
||||
<ul>
|
||||
<li>hello, my online name is xelframe.</li>
|
||||
<li>i enjoy playing various games and listening to music.</li>
|
||||
<li>like the aesthetics of the 2000s, for example, frituger aero and others.</li>
|
||||
<li>some of my favorite games are garry's mod, half-life 1 & 2, ddnet, minecraft.</li>
|
||||
<li>=^.^=</li>
|
||||
</ul>
|
||||
|
||||
<h2>Socials:</h2>
|
||||
<ul>
|
||||
<li>Discord: xelframe</li>
|
||||
<li>Telegram: <a href="/telegram">xelframe</a></li>
|
||||
<li>Github: <a href="/github">xelframe</a></li>
|
||||
<li>Steam: <a href="/steam">xelframe</a></li>
|
||||
<li>YouTube: <a href="/youtube">xelframe</a></li>
|
||||
<li>Last.fm: <a href="/lastfm">xelframe</a></li>
|
||||
</ul>
|
||||
|
||||
<h2>My friends:</h2>
|
||||
<ul>
|
||||
<li>Cat.: <a href="https://cat8753.ru">cat8753.ru</a></li>
|
||||
<li>ShadowCj: <a href="https://shadowcj.site">shadowcj.site</a></li>
|
||||
<li>HonakAC: <a href="https://honakac.r2squad.ru">honakac.r2squad.ru</a></li>
|
||||
<li>Tolya Gosuslugi: <a href="https://tolya1337.ru">tolya1337.ru</a></li>
|
||||
<li>OctoBanon: <a href="https://octobanon.com">octobanon.com</a></li>
|
||||
</ul><br>
|
||||
<div id="last-played" style="display: none">
|
||||
<h2>Latest played song:</h2>
|
||||
<h3 id="song">~~~~ - ~~~~</h3>
|
||||
<h2>Latest played song:</h2>
|
||||
<ul>
|
||||
<li id="song">~~~~ - ~~~~</li>
|
||||
</ul>
|
||||
</div>
|
||||
<script src="assets/lastplayed.js" defer></script>
|
||||
<hr width="100%">
|
||||
<br>
|
||||
<div class="down">
|
||||
<h3><a href="https://cat.fs.tlpteam.ru/git/" target="_blank">>> git <<</a></h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue