1234567891011121314151617 |
- <html>
- <head>
- <title>Administration</title>
- <link rel="stylesheet" type="text/css" href="http://yui.yahooapis.com/2.9.0/build/reset/reset-min.css" />
- <link rel="stylesheet" type="text/css" href="adminstyle.css" />
- </head>
- <body>
- <h1>Pack 596 Administration</h1>
- <?php include("navigation.php"); ?>
- <div id="main">
- <p>Due to some confusion with my rudimentary tool, I've decided that a Google Calendar would be easier to use and maintain.</p>
- <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>
- <p>Also, if you have any questions, please feel free to email me. <a href="mailto:eyeofmidas@gmail.com">eyeofmidas@gmail.com</a></p>
- <p>-Justin</p>
- </div>
- </body>
- </html>
|