Initial commit.

This commit is contained in:
Adrian Victor 2024-11-16 13:55:09 -03:00
commit acc92a6d9a
13 changed files with 1332 additions and 0 deletions

BIN
www/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

104
www/index.html Normal file
View file

@ -0,0 +1,104 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body {
background-color: black;
color: white;
display: flex;
justify-content: center;
align-items:center;
margin: 0;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
height: 100vh;
}
a {
color: orangered;
text-decoration: none;
}
a:hover {
color: red;
}
footer {
border-top: 1px solid white;
}
header {
border-bottom: 1px solid white;
}
#everythingHelper::before {
content: "";
background-image: url(background.jpg);
position: absolute;
background-size: cover;
top: 0;
left: 0;
bottom: 0;
right: 0;
z-index: -1;
opacity: .25;
}
#everythingHelper {
max-width: 50vw;
}
#titleLinks {
padding: 0;
}
#titleLinks * {
margin-right: 10px;
}
@media screen and (max-width: 800px) {
#everythingHelper {
max-width: 80vw;
}
}
@media screen and (max-width: 280px) {
body {
height: auto;
}
#title {
text-align: center;
}
#titleLinks {
text-align: center;
}
#everythingHelper {
max-width: 90vw;
}
}
</style>
<title>Adrian Victor</title>
</head>
<body>
<div id="everythingHelper">
<header>
<h1 id="title">Zephyrus</h1>
<ul id="titleLinks"><a href="https://git.disroot.org/adrianvictor/zephyrus">source-code</a><a href="license.txt">license (3-Clause BSD License)</a></ul>
</header>
<main>
<h2>It's running!</h2>
<p>If you're seeing this when accessing your server's root, default page is enabled.</p>
<p>Drop your files at ./www (It's the default root, but you can change in the config)</p>
<p>Directory listing is enabled by default, you may want to change it.</p>
<p>Configure your server in config.json.</p>
</main>
<footer>
<p><a href="https://git.disroot.org/adrianvictor/">Adrian Victor.</a></p>
</footer>
</div>
</body>
</html>

1
www/index.txt Normal file
View file

@ -0,0 +1 @@
This is a demo file that comes with Zephyrus

11
www/license.txt Normal file
View file

@ -0,0 +1,11 @@
Copyright 2024 Adrian Victor de Abreu Alves
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

1000
www/lorem.txt Normal file

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,6 @@
Salted Banana recipe
Required ingredients:
- Random string
- Banana
Mix the random string and the banana together.
Remember, it's more secure when salted!