mirror of
https://github.com/authenyoo/website.git
synced 2025-04-18 01:06:08 +02:00
52 lines
2 KiB
HTML
52 lines
2 KiB
HTML
<!doctype html>
|
||
<html>
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<title>my links</title>
|
||
<meta name="author" content="authen" />
|
||
<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
|
||
<link href="/css/style.css" rel="stylesheet" type="text/css" media="all" />
|
||
<meta content="authen's site" property="og:title" />
|
||
<meta
|
||
content="best website ever made by authenyo"
|
||
property="og:description"
|
||
/>
|
||
<meta content="../index.html" property="og:url" />
|
||
<meta content="/images/screenie.png" property="og:image" />
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta content="#a89984" data-react-helmet="true" name="theme-color" />
|
||
<script defer src="https://collecting.slurs.online/script.js" data-website-id="10adc62c-d228-48f0-98ec-c668a326d6ee"></script>
|
||
</head>
|
||
<body>
|
||
<div class="flex">
|
||
<div class="header">
|
||
<marquee>
|
||
<div >authen</div>
|
||
</marquee>
|
||
</div>
|
||
<div class="item" style="height: 1400px">
|
||
<h1>where you can find me</h1>
|
||
<p>
|
||
fediverse: <a href="https://brain.worm.pink/authen">@authen@brain.worm.pink</a>
|
||
</p>
|
||
<p>
|
||
bluesky: <a href="https://bsky.app/profile/bluesky.authenyo.xyz">@bluesky.authenyo.xyz</a>
|
||
</p>
|
||
<p>
|
||
𝕏 - The Everything App: <a href="https://x.com/authenyo">@authenyo</a>
|
||
</p>
|
||
<p>
|
||
discord: <a href="https://discord.com/users/1089177218976075817">pullupatyoblockimlikemrbeast</a>
|
||
</p>
|
||
<p>
|
||
e-mail: <a href="mailto:iris@authenyo.xyz">iris@authenyo.xyz</a>
|
||
</p>
|
||
<p>if u saw me somewhere else no u didnt</p>
|
||
</div>
|
||
|
||
<div style="order: 2">
|
||
<iframe src="/navbar.html" width="100%" height="1400px" style="border: solid var(--blue);" scrolling="no" title="Navigation"></iframe>
|
||
</div>
|
||
</body>
|
||
</html>
|