+ removed IE7 css link since it doesn't exist anymore

+ some cleanup
This commit is contained in:
Robin 2011-07-24 10:34:33 -07:00
parent d7270d63d6
commit fe93a7a9d8
1 changed files with 14 additions and 20 deletions

View File

@ -1,26 +1,20 @@
<!doctype html> <!doctype html>
<html> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="Content-Language" content="en-us"> <meta name="robots" content="noindex, nofollow">
<meta name="ROBOTS" content="NOINDEX, NOFOLLOW"> <title>Etherpad Lite</title>
<title>Etherpad Lite</title> <!-- <base href="http://localhost:9001/" />-->
<!-- <base href="http://localhost:9001/" />--> <!-- CSS -->
<!-- CSS --> <link href="../static/css/pad_lite.css" rel="stylesheet">
<link href="../static/css/pad_lite.css" rel="stylesheet"> <!-- javascript -->
<!--[if lte IE 7]> <script type="text/javascript">
<link href="../static/css/pad_ie_lite.css" rel="stylesheet">
<![endif]-->
<!-- javascript -->
<script type="text/javascript">
// <![CDATA[ // <![CDATA[
var clientVars = {}; // ]]> var clientVars = {}; // ]]>
</script> </script>
<script src="../socket.io/socket.io.js"></script>
<script src="../socket.io/socket.io.js"></script> <script src="../minified/pad.js"></script>
<script src="../minified/pad.js"></script> <style type="text/css" title="dynamicsyntax"></style>
<style type="text/css" title="dynamicsyntax"></style>
</head> </head>
<body> <body>