index.php 804 B

1234567891011121314151617
  1. <html>
  2. <head>
  3. <title>Administration</title>
  4. <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />
  5. <link rel="stylesheet" type="text/css" href="adminstyle.css" />
  6. </head>
  7. <body>
  8. <h1>Pack 596 Administration</h1>
  9. <?php include("navigation.php"); ?>
  10. <div id="main">
  11. <p>Due to some confusion with my rudimentary tool, I've decided that a Google Calendar would be easier to use and maintain.</p>
  12. <p>Please go to <a href="https://www.google.com/calendar/">https://www.google.com/calendar/</a> and log in using your google account to make changes to the calendar on the front page.</p>
  13. <p>Also, if you have any questions, please feel free to email me. <a href="mailto:eyeofmidas@gmail.com">eyeofmidas@gmail.com</a></p>
  14. <p>-Justin</p>
  15. </div>
  16. </body>
  17. </html>