summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorZach LeBar <zach@zachlebar.com>1980-02-09 06:22:47 +0000
committerZach LeBar <zach@zachlebar.com>1980-02-09 06:22:47 +0000
commit802bcdd64ae2232c633e5460be813766ddf829e0 (patch)
tree84d7dd4b4587b623469ec35e25f33a5c1fed5480 /www
parent67836736298dd1f86c64d17b3146e8d8ecfa9358 (diff)
downloadacf-core-802bcdd64ae2232c633e5460be813766ddf829e0.tar.bz2
acf-core-802bcdd64ae2232c633e5460be813766ddf829e0.tar.xz
Cleaned up index.html and template-html.lsp
Refined the HTML in both to remove extraneous elements, and adjust ids and classnames for more succinct code.
Diffstat (limited to 'www')
-rw-r--r--www/index.html21
1 files changed, 10 insertions, 11 deletions
diff --git a/www/index.html b/www/index.html
index 67b5bcd..aa26ac4 100644
--- a/www/index.html
+++ b/www/index.html
@@ -1,12 +1,11 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns='http://www.w3.org/1999/xhtml'>
-<head>
-<meta http-equiv='Content-Type' content='text/html; charset=utf-8' />
-<meta http-equiv='Cache-Control' content='no-cache' />
-<Meta http-equiv='Pragma' content='no-cache' />
-<meta http-equiv='refresh' content='0; url=cgi-bin/acf'>
-</head>
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset='utf-8' />
+ <meta http-equiv='Cache-Control' content='no-cache' />
+ <meta http-equiv='Pragma' content='no-cache' />
+ <meta http-equiv='refresh' content='0; url=cgi-bin/acf'>
+ </head>
-<body>
-</body>
+ <body>
+ </body>