Advertisement
digitalfx

index.php

Mar 8th, 2011
2,339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.25 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  2.         "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3.  
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6. <title>A.A.C.S.</title>
  7. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
  8. <link rel="apple-touch-icon" href="../iui/iui-logo-touch-icon.png" />
  9. <meta name="apple-touch-fullscreen" content="YES" />
  10. <style type="text/css" media="screen">@import "../iui/iui.css";</style>
  11. <script type="application/x-javascript" src="../iui/iui.js"></script>
  12. </head>
  13.  
  14. <body>
  15.     <div class="toolbar">
  16.         <h1 id="pageTitle"></h1>
  17.         <a id="backButton" class="button" href="#"></a>
  18.     </div>
  19.  
  20.     <ul id="home" title="A.A.C.S." selected="true">
  21.         <li><a href=control.php?command=1>Toggle Garage Door</a></li>
  22.         <li><a href="javascript:location.reload(true)"><div align="center"><?php include("garage.txt");?>&nbsp;&nbsp;&nbsp;</div></a></li>
  23.     <br>
  24.     <li></li>
  25.         <li><a href=control.php?command=4>Toggle Security System</a></li>
  26.         <li><a href="javascript:location.reload(true)"><div align="center"><?php include("security.txt");?>&nbsp;&nbsp;&nbsp;&nbsp;</div></a></li>
  27.     </ul>
  28.     </div>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement