forked from PhotoBackup/server-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.tpl
More file actions
57 lines (47 loc) · 2.17 KB
/
index.tpl
File metadata and controls
57 lines (47 loc) · 2.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<!--
Copyright (C) 2013-2015 Stéphane Péchard.
This file is part of PhotoBackup.
PhotoBackup is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
PhotoBackup is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with PhotoBackup. If not, see <http://www.gnu.org/licenses/>.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PhotoBackup is used to backup
your pictures from a mobile device to your own server. OWN YOUR DATA!">
<title>PhotoBackup server</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div style="text-align:center;">
<h1>PhotoBackup</h1>
<p class="lead">Backup your pictures from your mobile device to your server.<br />OWN YOUR DATA!</p>
</div>
<div class="jumbotron">
<p>PhotoBackup works with two applications, a client and a server,
dedicated to the backup of the pictures you take on your
mobile device to your own server.</p>
<p>You need four little steps:</p>
<ol style="font-size:1.4em;">
<li><a href="http://play.google.com">Install a mobile application</a> ;</li>
<li><a href="https://github.com/stephanepechard/photobackup-servers">
Install one of the server applications</a> ;
</li>
<li>Take pictures as usual and let the magic happens in background ;</li>
<li>Keep your pictures safe on your server.</li>
</ol>
</div>
</div>
</body>
</html>