Added a doctype to index.html
parent
f8496d2266
commit
93aa1ed970
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue