-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
36 lines (31 loc) · 696 Bytes
/
index.html
File metadata and controls
36 lines (31 loc) · 696 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
25
26
27
28
29
30
31
32
33
34
35
36
<!--
29/06/2015
Created by: Konstantin Azizov(kazizov@readdle.com)
Mail me if something don't work properly
-->
<style type="text/css">
input {
-webkit-appearance: none;
-moz-appearance: none;
display: block;
margin: 0;
width: 100%;
height: 40px;
line-height: 40px;
font-size: 17px;
border: 1px solid #bbb;
}
</style>
<html>
<meta content="width=device-width" , initial-scale=1, name="viewport">
<head>
<title>RPi TV</title>
</head>
<body>
<form action="changeLink.php" method="get">
<input type="url" name="link" autocorrect=off autocapitalize=off value="http://www.">
<br>
<input type="Submit">
</form>
</body>
</html>