瀏覽代碼

Redesigned remote uses CSS

Marcos Kirsch 9 年之前
父節點
當前提交
6e58f58b6d
共有 1 個文件被更改,包括 14 次插入8 次删除
  1. 14 8
      http/remote.html

+ 14 - 8
http/remote.html

@@ -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>
+
+