Make A Blank Template / HTML Page In Blogger

1 · Subin Siby · Feb. 16, 2014, 4:54 a.m.
Blogger Templates can be very messed up with lots and lots of code. If you are trying to create a Blogger Template from scratch, the first thing you need is a blank HTML page. That’s exactly what we are going to do today. Demo Blogger Simple Template To Blank Page Criterias Blogger won’t allow you to just add the following code as template : <html> <head> <title>My Awesome Blank Blog</title> </head> <body> </body> </html> They will print out errors if you try to save the template....