Updated units

This commit is contained in:
Stephen Cochrane 2020-10-17 23:49:58 +02:00
parent d779de3732
commit 7e16e57568
2 changed files with 55 additions and 1 deletions

54
error/files.html Normal file
View File

@ -0,0 +1,54 @@
<!doctype html>
<html lang=en>
<title>Skiqqy's Home Page</title><meta charset=utf-8>
<meta name=Description content="Skiqqy Cochranes Home Page">
<style>
body{
text-align:center;
overflow-y:scroll;
font:calc(0.75em + 1vmin) monospace
}
pre pre{
text-align:left;
display:inline-block
}
img{
max-width:57ch;
display:block;
height:auto;
width:100%
}
@media(prefers-color-scheme:dark){
body{
background:#000;color:#fff
}
a{
color:#6CF
}
}
</style><pre>
<pre>
<center>
<a href=http://skiqqy.xyz/>Home</a>
</center>
+-------------------------------------------------------+
| |
| Git |
| |
| Unfortunatly <a href=https://files.skiqqy.xyz>https://files.skiqqy.xyz</a> is not |
| available right now, and is undergoing |
| maintanence, it should be up again soon. |
| |
+-------------------------------------------------------+
<div style='height:200px'>
</pre></pre>

2
nginxd
View File

@ -4,7 +4,7 @@
# This script allows me to enable/disable certain sections of my website.
# Available units
units=( git blog wiki irc proj all )
units=( git blog wiki irc proj files all )
RED='\033[0;31m'
NC='\033[0m'