extremelycute.online/index.html
2025-05-25 21:22:08 +04:00

36 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Maximum compability -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- SEO ig -->
<meta name="decription" content="ECO is selfhosted services by cute catgirl">
<meta property="og:title" content="ExtremelyCute.Online">
<meta property="og:description" content="ECO is selfhosted services by cute catgirl">
<meta property="og:type" content="website">
<meta property="og:url" content="https://extremelycute.online">
<title>Extremely Cute.Online</title>
<!-- Page layout -->
<link rel="stylesheet" href="css/index.css">
<!-- Colors and united style -->
<link rel="stylesheet" href="css/cute.css">
<!-- Font -->
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>Extremely Cute<small>.Online</small></h1>
</header>
<main class="contaner">
<small>Look ma, no JS</small>
<div class="buttons">
<a class="button" href="services.html">Services</a>
<a class="button" href="https://nekoedges.extremelycute.online/contact.html">Contact</a>
<a class="button" href="about.html">About</a>
<a class="button" href="https://uptime.extremelycute.online/status/eco">Status (Uptime)</a>
</div>
</main>
<a style="display:none;" href="https://transfem.social/@nekoedges">Just a link to my profile, nothing interesting</a>
</body>
</html>