Add default webpage
This commit is contained in:
commit
2f2c503003
2 changed files with 28 additions and 0 deletions
28
index.html
Normal file
28
index.html
Normal 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
BIN
logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 95 KiB |
Loading…
Reference in a new issue