BUGFIX: Tutorial template fixes

Re-added lang encoding, and added title attribute
This commit is contained in:
Naomi Guyer 2012-04-27 17:16:50 +12:00
parent b7d4ed887c
commit e03d576f55
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
<!doctype html>
<html>
<html lang="en">
<head>
<% base_tag %>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="tutorial/css/layout.css" />
<link rel="stylesheet" type="text/css" href="tutorial/css/typography.css" />
<link rel="stylesheet" type="text/css" href="tutorial/css/form.css" />