-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
28 lines (25 loc) · 1.08 KB
/
index.html
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
<html>
<head>
<title>PiFM WebUI</title>
<style media="screen" type="text/css">
html {
background: url(bg.gif) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
</style>
</head>
<body>
<h1 style="text-align: center;">
<span style="font-size:28px;"><span style="font-family:verdana,geneva,sans-serif;"><strong>What do you want to do ?</strong></span></span></h1>
<br><center><a href="/youtube"><img src="youtube.png" alt="YouTube" style="width:128px;height:128px;"></a>
<br><a href="radio.html"><img src="radio.png" alt="Radio" style=width:128px;height:128px;"></a>
<br><a href="killall.php"><img src="stop.png" alt="Stop" style="width:128px;height:128px;"></a></center>
<br><form action="freq.php" method="POST">
<h1 style="text-align: center;">
<span style="font-size:28px;"><span style="font-family:verdana,geneva,sans-serif;"><strong>Modify frequency :</strong></span></span></h1>
<center><input name="freq" type="text" /> <input type="submit" value="Submit" /></center></form>
</body>
</html>