Skip to content

Commit

Permalink
refactor ejs example some more
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 10, 2012
1 parent d653d23 commit 4646080
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions examples/ejs/views/header.html
@@ -1,20 +1,13 @@
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta charset="utf-8">
<title> <%= title %> </title>
<style type="text/css">
body {
padding: 50px;
font: 13px Helvetica, Arial, sans-serif;
}
.header {
font-size: 4em;
}
footer {
margin-top: 50px;
color: gray;
}
</style>
</head>
<body>

0 comments on commit 4646080

Please sign in to comment.