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