|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/bluerae/clients/keryx/wireframes/ |
Upload File : |
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>Keryx Intranet: Calendar</title> <link href="styles.css" rel="stylesheet" type="text/css"> </head> <body> <div id="container"> <!-- HEADER --> <div id="header"> <div id="mininav"><a href="http://www.keryx.com">keryx.com</a></div> <div id="logo"><a href="index.html">Intranet Logo</a></div> </div> <!-- MENU --> <div id="mainmenu"> <ul> <li><a href="departments.html">Department Corners</a></li> <li><a href="news.html">News and Announcements</a></li> <li><a href="classifieds.html">Classifieds</a></li> <li><a href="calendar.html"><strong>Calendar</strong></a></li> <li><a href="resources.html">Resources and Downloads</a></li> <li><a href="orgchart.html">Org Chart</a></li> </ul> </div> <!-- BLOG CONTENT --> <div id="calendarcontent"> <iframe src="https://www.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23FFFFFF&src=3rtoqd139tegnb5n1cn4e2fm54%40group.calendar.google.com&color=%2329527A&ctz=Pacific%2FMidway" style=" border-width:0 " width="990" height="600" frameborder="0" scrolling="no"></iframe> </div> <!-- BLOG SIDEBAR --><!-- FOOTER --> <div id="footer"> <p>© 2014 Keryx Biopharmaceuticals, Inc. Need help? <a href="mailto:[email protected]">Contact the intranet administrator.</a></p> </div> </div> </body> </html>