Edits to tutorial layout pg 2, simplified default html

This commit is contained in:
Victoria Wang 2016-04-13 15:15:47 -07:00
parent f58aa79283
commit 8eb2c4e926
4 changed files with 7 additions and 10 deletions

View file

@ -1,17 +1,13 @@
def default_tutorial_html
<<-EOT.strip
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>My web site</title>
</head>
<html>
<body>
Hello World!
</body>
</html>
EOT