Added a doctype to index.html

pull/35/head
John McLear 2011-07-19 16:53:31 +01:00 committed by Peter 'Pita' Martischka
parent f8496d2266
commit 93aa1ed970
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
<html> <DOCTYPE !html>
<head> <head>
<title>Etherpad Lite</title> <title>Etherpad Lite</title>
<style> <style>
@ -13,7 +13,7 @@
} }
#wrapper { #wrapper {
margin:auto; margin:0 auto;
margin-top: 200px; margin-top: 200px;
width: 300px; width: 300px;
height: 200px; height: 200px;