Initial commit, added all of services and short about info
This commit is contained in:
commit
4229291ca4
12 changed files with 263 additions and 0 deletions
28
about.html
Normal file
28
about.html
Normal file
|
@ -0,0 +1,28 @@
|
|||
<!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/about.html">
|
||||
<title>Extremely Cute.Online</title>
|
||||
<!-- Page layout -->
|
||||
<link rel="stylesheet" href="css/about.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>
|
||||
<h2>Services</h2>
|
||||
</header>
|
||||
<p>ExtremelyCute.Online is my first selfhosting experience. I tried one service, then another and another and now I can't stop.<br>All (for now) of my services are hosted in Saint-Petersburg on Timeweb.cloud, so I can survive in upcoming 1984. Now I'm thinking on buying server that will warm me at cold winter nights at home.</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue