mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-29 16:47:17 +00:00
Update home/pi/pivilion/config/html/index.php
This commit is contained in:
parent
bef229e43f
commit
2252ed14c1
@ -1 +1,32 @@
|
|||||||
Pivilion!
|
<!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>Access your Rpi using SFTP or consult the manual to get your content here. </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