Help convert this HTML page to Haml.
Start file
<html>
<head>
<title>Vim Rocks!</title>
</head>
<body>
<h1>So does Haml</h1>
</body>
</html>
End file
%html
%head
%title Vim Rocks!
%body
%h1 So does Haml
1,8c1,5
< <html>
< <head>
< <title>Vim Rocks!</title>
< </head>
< <body>
< <h1>So does Haml</h1>
< </body>
< </html>
---
> %html
> %head
> %title Vim Rocks!
> %body
> %h1 So does Haml
Unlock
22 remaining solutions by
signing in and submitting your own entry
204 active golfers, 878 entries
27
02/21/2011 at 11:36PM
27
02/21/2011 at 11:38PM
31
02/21/2011 at 11:17PM
31
02/21/2011 at 11:20PM
31
02/21/2011 at 11:21PM
31
02/21/2011 at 11:23PM
31
02/21/2011 at 11:24PM
31
02/21/2011 at 11:26PM
31
02/21/2011 at 11:27PM
32
02/21/2011 at 11:27PM
33
02/21/2011 at 10:20PM
33
02/21/2011 at 11:25PM
34
02/21/2011 at 11:23PM
35
02/21/2011 at 10:19PM
35
02/21/2011 at 11:26PM
37
02/21/2011 at 09:33PM
38
02/21/2011 at 11:28PM
40
02/21/2011 at 08:59PM
42
02/21/2011 at 08:56PM
45
02/21/2011 at 08:58PM
49
02/21/2011 at 08:50PM
50
02/21/2011 at 11:29PM