0
Fork 0
mirror of https://github.com/fastmail/Squire.git synced 2024-12-22 15:23:29 -05:00

Tidy document.html

This commit is contained in:
Neil Jenkins 2012-03-29 16:24:03 +11:00
parent cfb08691c2
commit 746e86a3a8
2 changed files with 104 additions and 102 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
html {
height: 100%;
}
@ -41,16 +41,17 @@
margin: 0 1em;
padding: 0 1em;
}
blockquote {
border-left: 2px solid blue;
margin: 0;
padding: 0 10px;
}
</style>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
</style>
</head>
<body><script type="text/javascript" src="squire.js"></script></body>
<body>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
<script type="text/javascript" src="squire.js"></script>
</body>
</html>

View file

@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
<meta charset="UTF-8">
<title></title>
<style type="text/css">
html {
height: 100%;
}
@ -41,16 +41,17 @@
margin: 0 1em;
padding: 0 1em;
}
blockquote {
border-left: 2px solid blue;
margin: 0;
padding: 0 10px;
}
</style>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
</style>
</head>
<body><script type="text/javascript" src="squire.js"></script></body>
<body>
<!--[if IE 9]>
<script type="text/javascript">window.ie = 9;</script>
<![endif]-->
<script type="text/javascript" src="squire.js"></script>
</body>
</html>