mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Upload new file
This commit is contained in:
parent
e1f64c0abd
commit
f5940285cc
32
var/www/html/pivilion/gen/index.html
Normal file
32
var/www/html/pivilion/gen/index.html
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user