mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 01:16:15 -04:00
Added a doctype to index.html
This commit is contained in:
parent
f8496d2266
commit
93aa1ed970
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<html>
|
||||
<DOCTYPE !html>
|
||||
<head>
|
||||
<title>Etherpad Lite</title>
|
||||
<style>
|
||||
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
#wrapper {
|
||||
margin:auto;
|
||||
margin:0 auto;
|
||||
margin-top: 200px;
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue