Initial commit, added all of services and short about info

This commit is contained in:
Kira Edges 2025-05-11 19:54:18 +04:00
commit 4229291ca4
Signed by: edges
SSH key fingerprint: SHA256:RT4iUXBlbU5TGAtoYgAX7B0MQ9VaDbhv3/lTdrVrQEA
12 changed files with 263 additions and 0 deletions

34
index.html Normal file
View file

@ -0,0 +1,34 @@
<!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="nekoedges.extremelycute.online/contact.html">Contact</a>
<a class="button" href="about.html">About</a>
</div>
</main>
</body>
</html>