-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (24 loc) · 969 Bytes
/
index.html
File metadata and controls
24 lines (24 loc) · 969 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<html>
<head>
<title>Magical Picture Frame</title>
</head>
<body>
<p>Welcome to the control panel for the magical picture frame. Here you will be able to have full control and access to your new digital frame.
<p>Use the buttons provided to access the different aspects of the frame. I hope you enjoy your new frame.
<br>
<p>
You will be able to upload any photos from a computer or mobile device by choosing the "Upload Photos" link below. You can do as many or as few as you would like.
</p>
<p>
You can manage and delete your photos by choosing "Manage Photos". Each photo will be shown, with a button on the side that allows you the ability to delete the photo.
<br>**WARNING** Once you delete it, it will be gone. If you want it back, you will have to re-upload it.
</p>
<ul>
<li><a href="indexe.php">Upload Photos</a>
</li>
<li><a href="galtestb.php">Manage Displays</a>
</li>
<!--<li><a href="init.php">Start Picture Frame</a></li>-->
</ul>
</body>
</html>