28 lines
500 B
HTML
28 lines
500 B
HTML
<!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>
|