Add default webpage

This commit is contained in:
Timothée Floure 2021-10-26 07:40:39 +02:00
commit 2f2c503003
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
2 changed files with 28 additions and 0 deletions

28
index.html Normal file
View File

@ -0,0 +1,28 @@
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Recycled Cloud</title>
<style>
#content {
width: 300px;
margin: auto;
text-align: center;
margin-top: 60px;
}
#logo {
width: 100%;
}
</style>
</head>
<body>
<div id="content">
<img id="logo" src="logo.png" />
<p>
There is nothing here. You might want to go back to the main <a
href="https://recycled.cloud">recycled.cloud</a> website.
</p>
</div>
</body>
</html>

BIN
logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB