]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/head.html
Added the 'Nifty Corners' library and implemented our
[citadel.git] / webcit / static / head.html
index 6cbd7cc8d92020fbae174d85d878ed71cc1f99c2..1ae41aba947da9ac83d5da8bb7ed7038a529adb6 100644 (file)
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
-<HTML>
-<HEAD>
-       <TITLE><?SERV_HUMANNODE> - Citadel</TITLE>
-       <META HTTP-EQUIV="Pragma" CONTENT="no-cache">
-       <META HTTP-EQUIV="expired" CONTENT="28-May-1971 18:10:00 GMT">
-       <META NAME="MSSmartTagsPreventParsing" CONTENT="TRUE">
-       <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-       <META HTTP-EQUIV="Content-Language" CONTENT="en">
-       <LINK REL="StyleSheet" HREF="/static/style.css" TYPE="text/css" MEDIA="screen">
-       <LINK REL="shortcut icon" HREF="/static/favicon.ico" TYPE="image/x-icon">
-<?REFRESHTAG>
-</HEAD>
-<?PAGERSCRIPT>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+        "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title><?SERV_HUMANNODE></title>
+<meta name="MSSmartTagsPreventParsing" content="TRUE" />
+<link href="static/webcit.css" rel="stylesheet" type="text/css">
+<script type="text/javascript" src="static/wclib.js"></script>
+<script type="text/javascript" src="static/prototype.js"></script>
+<script type="text/javascript" src="static/scriptaculous.js"></script>
+<script type="text/javascript" src="static/niftycube.js"></script>
+</head>
+<body>
+<! end head.html>