Upload new file

This commit is contained in:
v3d 2016-12-11 20:39:20 +00:00
parent e1f64c0abd
commit f5940285cc

View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to Pivilion</title>
<style type="text/css">
html {
background-image: url("pi-logo_128.png");
padding: 10px;
}
body {
font-family: monospace;
font-size: 14px;
color: white;
background-color: black;
padding:10px;
display: table;
}
a {
font-weight: bold;
text-decoration: underline;
color: white;
}
</style>
</head>
<body>
<h1>Welcome to Pivilion!</h1>
<p>Go make a gallery at yourRpilocalIP:81 or upload your own HTML to /var/wwww/html</p>
<p>For more info visit <a href="http://pivilion.net">pivilion.net</a>
<p>The gallery generation script will overwrite this file.</p>
</body>
</html>