mirror of
https://github.com/authenyoo/website.git
synced 2025-04-11 13:56:10 +02:00
42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>my silly blog</title>
|
|
<link rel="icon" href="/images/favicon.png" type="image/x-icon" />
|
|
<link rel="stylesheet" href="/css/style.css" />
|
|
<meta content="authen's site - blog" property="og:title" />
|
|
<meta content="best blog ever made by authenyo" property="og:description" />
|
|
<meta content="/blog/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" />
|
|
</head>
|
|
<body>
|
|
<div class="flex">
|
|
<div class="header">
|
|
<marquee>
|
|
<div >authen</div>
|
|
</marquee>
|
|
</div>
|
|
<div class="item" style="height: 1400px">
|
|
<p style="margin-right: 2%; text-align: right">
|
|
<a href="https://authen.neocities.org/rss/n4jtzq.rss">
|
|
<img src="/images/rss-button.gif" />
|
|
</a>
|
|
</p>
|
|
<h1 style="text-align: center">authen's silly blog</h1>
|
|
<p style="margin-left: 2%; text-align: left">posts:</p>
|
|
<p style="margin-left: 2%; text-align: left">
|
|
<a href="/blog/posts/15-02-2025-my-experience-with-self-hosting-and-netcup"
|
|
>my experience with self-hosting and netcup (15/02/2025)</a
|
|
>
|
|
</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>
|
|
</div>
|
|
</body>
|
|
</html>
|