21 lines
642 B
HTML
21 lines
642 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="garage_door_opener.css">
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
<meta charset="UTF-8">
|
|
<title>Garage Remote</title>
|
|
</head>
|
|
<body bgcolor="#777777">
|
|
<link href='http://fonts.googleapis.com/css?family=Khand:700' rel='stylesheet' type='text/css'>
|
|
<a href="garage_door_opener.lua?door=1" class="button">
|
|
<span>Door 1</span>
|
|
</a>
|
|
<a href="garage_door_opener.lua?door=2" class="button">
|
|
<span>Door 2</span>
|
|
</a>
|
|
</body>
|
|
</html>
|
|
|
|
|