34 lines
No EOL
1.3 KiB
HTML
34 lines
No EOL
1.3 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>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |