Redesigned remote uses CSS
This commit is contained in:
parent
c33ba75395
commit
6e58f58b6d
@ -1,10 +1,16 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html><head><meta charset="UTF-8"><title>Garage</title></head>
|
<html>
|
||||||
<body bgcolor="#999999">
|
<head>
|
||||||
<h1>Garage</h1>
|
<link rel="stylesheet" type="text/css" href="button.css">
|
||||||
<form action="" method="POST">
|
<meta charset="UTF-8">
|
||||||
<input style="width:40%" name="door" type="submit" value="0">
|
<title>Garage Remote</title>
|
||||||
<input style="width:40%;line-height:80%" name="door" type="submit" value="1">
|
</head>
|
||||||
</form>
|
<body bgcolor="#777777">
|
||||||
</body>
|
<link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
|
||||||
|
<a href="#" class="button">
|
||||||
|
<span>¡Bienvenido!</span>
|
||||||
|
</a>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user