10 March 2015

How to Use Blogger as a Blank HTML Page

How to clear the template in Blogger to use the domain as a blank HTML page.
  1. Open Blogger and navigate to the Template settings.
  2. Click Edit HTML.
  3. Select everything and replace it with the code at the bottom of this page.
  4. Enter a title and body text.
  5. Test the page using the Save template button.
  6. Blogger might add some code after you open the page, but this is okay. Leave it alone.
Video: https://www.youtube.com/watch?v=aUMvCwkMO7Y

<!DOCTYPE html>

<html>

<head>
<title></title>
<b:skin></b:skin>
<link rel="icon" type="image/png" href="" />
</head>

<b:section id="test"></b:section>

<body>
</body>

</html>